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 Dec 15, 2012
1 parent 9fc6c31 commit 64e6e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'active_record/connection_adapters/statement_pool'
require 'arel/visitors/bind_visitor'

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

class Mysql
Expand Down

0 comments on commit 64e6e6a

Please sign in to comment.