mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
df6a62d8c0
commit
d97269dac7
1 changed files with 1 additions and 3 deletions
4
Gemfile
4
Gemfile
|
@ -56,9 +56,7 @@ platforms :ruby do
|
|||
group :db do
|
||||
gem 'pg', '>= 0.11.0'
|
||||
gem 'mysql', '>= 2.9.0'
|
||||
|
||||
# TODO: Relax dependency version after of fix #11457
|
||||
gem 'mysql2', '0.3.11'
|
||||
gem 'mysql2', '>= 0.3.13'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue