1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

Remove unneeded Rails 3 conditional from Gemfile

This commit is contained in:
jonatack 2013-12-07 02:08:31 +01:00
parent 0a2e4caaa9
commit 9234f2370f

View file

@ -27,7 +27,4 @@ else
gem 'activerecord'
gem 'actionpack'
end
if rails == '3-0-stable'
gem 'mysql2', '< 0.3'
end
end