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:
parent
50eb65b727
commit
752e25854a
13 changed files with 87 additions and 7 deletions
|
|
@ -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 => '../'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue