Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-setting-up-environment/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 # Synchronize with https://pages.github.com/versions
0008 ruby '>=2.7.1'
0009 
0010 gem 'github-pages', group: :jekyll_plugins
0011 
0012 if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
0013     gem 'webrick', '>= 1.6.1'
0014 end