1
0
Fork 0
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:
Yuki Nishijima 2014-05-07 19:24:24 -07:00
parent 7da31643a1
commit 19a62f51e5

View file

@ -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'