Files
gollum/Gemfile
T
2020-03-29 22:35:44 +02:00

11 lines
124 B
Ruby

source 'https://rubygems.org'
if RUBY_PLATFORM == 'java'
gem 'warbler'
end
gemspec
gem "rake", '~> 12.3', '>= 12.3.3'