|
||||
Warning, /tutorial-jana2/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.6.0' 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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |