Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # frozen_string_literal: true
0002 
0003 source "https://rubygems.org"
0004 
0005 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
0006 
0007 gem "github-pages", group: :jekyll_plugins
0008 
0009 if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.0.0")
0010     gem "webrick", ">= 1.6.1"
0011 end