mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Use AS ~> 3.2.18 if Ruby is so old
This commit is contained in:
parent
7da31643a1
commit
19a62f51e5
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ gem 'nokogiri', '< 1.6'
|
|||
gem 'rubyzip', '< 1'
|
||||
gem 'mime-types', '< 2'
|
||||
|
||||
if RUBY_VERSION == '1.8.7'
|
||||
gem 'activesupport', '~> 3.2.18'
|
||||
end
|
||||
|
||||
platforms :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'racc'
|
||||
|
|
Loading…
Reference in a new issue