Skip to content

Commit

Permalink
Use latest mysql2.
Browse files Browse the repository at this point in the history
Fixes #11457
  • Loading branch information
simi committed Jul 17, 2013
1 parent df6a62d commit d97269d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d97269d

Please sign in to comment.