github.com/RedHatInsights/insights-content-service@v1.0.0/docs/Gemfile (about)

     1  # Copyright 2020 Google LLC
     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.1.1"
    25  
    26  # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
    27  # uncomment the line below. To upgrade, run `bundle update github-pages`.
    28  gem "github-pages", group: :jekyll_plugins
    29  
    30  # If you have any plugins, put them here!
    31  group :jekyll_plugins do
    32    gem "jekyll-feed", "~> 0.12"
    33    gem "jekyll-remote-theme", "~> 0.4.1"
    34  end