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:
parent
0a2e4caaa9
commit
9234f2370f
1 changed files with 0 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -27,7 +27,4 @@ else
|
|||
gem 'activerecord'
|
||||
gem 'actionpack'
|
||||
end
|
||||
if rails == '3-0-stable'
|
||||
gem 'mysql2', '< 0.3'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue