1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Add Rubinius gems to Gemfiles. Update Rakefile to handle Rubinius/Rails 4 case where RDocTask is not available.

This commit is contained in:
Peter M. Goldstein 2013-12-15 09:07:46 -08:00
parent 50eb65b727
commit 752e25854a
13 changed files with 87 additions and 7 deletions

View file

@ -6,4 +6,11 @@ gem 'rspec-rails', '>= 2.0'
gem 'origin'
gem 'moped'
platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'racc'
gem 'rubysl-test-unit'
gem 'rubinius-developer_tools'
end
gemspec :path => '../'