github.com/RedHatInsights/insights-results-aggregator@v1.4.1/docs/Gemfile (about)

     1  # Copyright 2020 Red Hat, Inc
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #      http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  source "https://rubygems.org"
    16  # Hello! This is where you manage which Jekyll version is used to run.
    17  # When you want to use a different version, change it below, save the
    18  # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
    19  #
    20  #     bundle exec jekyll serve
    21  #
    22  # This will help ensure the proper Jekyll version is running.
    23  # Happy Jekylling!
    24  # gem "jekyll", "~> 4.3.2"
    25  # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
    26  # uncomment the line below. To upgrade, run `bundle update github-pages`.
    27  gem "github-pages", "~> 228", group: :jekyll_plugins
    28  # If you have any plugins, put them here!
    29  group :jekyll_plugins do
    30    gem "jekyll-feed", "~> 0.15.1"
    31    gem "jekyll-remote-theme", "~> 0.4.3"
    32  end