mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
bumping mysql2 requirement
This commit is contained in:
parent
8d5829f149
commit
4726a181c4
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -46,7 +46,7 @@ platforms :ruby do
|
|||
group :db do
|
||||
gem "pg", ">= 0.9.0"
|
||||
gem "mysql", ">= 2.8.1"
|
||||
gem "mysql2", ">= 0.2.5"
|
||||
gem "mysql2", ">= 0.2.6"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue