Files
gollum/Gemfile
T
2021-02-13 16:48:28 +01:00

11 lines
111 B
Ruby

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