Files
gollum/Gemfile
2021-02-26 11:34:41 +01:00

9 lines
109 B
Ruby

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