f8829c68d6
* Fix metadata title
13 lines
290 B
Ruby
13 lines
290 B
Ruby
source 'https://rubygems.org'
|
|
|
|
if RUBY_PLATFORM == 'java'
|
|
gem 'warbler'
|
|
end
|
|
|
|
gem 'gollum-lib', :git => 'https://github.com/gollum/gollum-lib.git', :branch => 'gollum-lib-5.x' # For development purposes
|
|
gem 'therubyrhino', :platforms => :jruby
|
|
gemspec
|
|
|
|
gem "rake", '~> 12.3', '>= 12.3.3'
|
|
|