Add warbler to Gemfile and update gemspec. Depend on gollum-lib@master and adapters@master for dev purposes.

This commit is contained in:
Dawa Ometto
2018-09-28 13:03:17 +02:00
parent c660222300
commit b5eed33932
2 changed files with 396 additions and 964 deletions
+10 -2
View File
@@ -1,4 +1,12 @@
source 'https://rubygems.org'
if RUBY_PLATFORM == 'java'
gem 'gollum-rjgit_adapter', :git => 'https://github.com/repotag/gollum-lib_rjgit_adapter' # For development purposes
gem 'warbler'
else
gem 'gollum-rugged_adapter', :git => 'https://github.com/gollum/rugged_adapter.git' # For development purposes
end
gem 'gollum-lib', :git => 'https://github.com/gollum/gollum-lib.git', :branch => 'gollum-lib-5.x' # For development purposes
source 'https://rubygems.org'
gemspec
gem 'rake', '~> 11.2'
gem 'rake', '~> 11.2'