Back to home page

EIC code displayed by LXR

 
 

    


Warning, /epic-prod/docs/Gemfile is written in an unsupported language. File is not indexed.

0001 source "https://rubygems.org"
0002 ruby '>= 2.7.8'
0003 
0004 # Hello! This is where you manage which Jekyll version is used to run.
0005 # When you want to use a different version, change it below, save the
0006 # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
0007 #
0008 #     bundle exec jekyll serve
0009 #
0010 # This will help ensure the proper Jekyll version is running.
0011 # Happy Jekylling!
0012 gem "jekyll", "~> 3.9.3"
0013 # This is the default theme for new Jekyll sites. You may change this to anything you like.
0014 gem "minima", "~> 2.5.1"
0015 # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
0016 # uncomment the line below. To upgrade, run `bundle update github-pages`.
0017 gem "github-pages", "~> 228", group: :jekyll_plugins
0018 # If you have any plugins, put them here!
0019 group :jekyll_plugins do
0020   gem "jekyll-feed", "~> 0.12"
0021 end
0022 
0023 # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
0024 # and associated library.
0025 platforms :mingw, :x64_mingw, :mswin, :jruby do
0026   gem "tzinfo", ">= 1", "< 3"
0027   gem "tzinfo-data"
0028 end
0029 
0030 # Performance-booster for watching directories on Windows
0031 gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
0032 
0033 # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
0034 # do not have a Java counterpart.
0035 gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
0036 
0037 gem "webrick", "~> 1.8"