Skip to content

Commit

Permalink
Be a bit less conservative with mysql in adapter
Browse files Browse the repository at this point in the history
This will allow the new mysql 2.9.0 to be used, fixing our test issues.
  • Loading branch information
carlosantoniodasilva committed Nov 19, 2012
1 parent 0077b41 commit bd87bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'active_record/connection_adapters/statement_pool'
require 'active_support/core_ext/hash/keys'

gem 'mysql', '~> 2.8.1'
gem 'mysql', '~> 2.8'
require 'mysql'

class Mysql
Expand Down

0 comments on commit bd87bd9

Please sign in to comment.