Warning, /epic.github.io/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 gem "ffi", "< 1.17.0"
0009
0010 #gem "jekyll", "~> 4.0"
0011 #gem 'jekyll-mentions', '~> 1.5', '>= 1.5.1'
0012 #gem 'jekyll-sitemap', '~> 1.4'
0013 #gem 'jekyll-redirect-from', '~> 0.16.0'
0014 #gem "webrick"
0015 #gem "ffi", "< 1.17.0"