Upgrade gem mysql2 from 0.2.7 to 0.3.11 as the former doesn't work with Rails 3.2 anymore.

This commit is contained in:
Roland Jesse 2012-04-22 23:47:18 +02:00
parent 761c73a036
commit 3a0535a4c1
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ GEM
multi_json (1.0.4)
multi_xml (0.2.2)
multipart-post (1.1.5)
mysql2 (0.2.7)
mysql2 (0.3.11)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
@ -184,7 +184,7 @@ DEPENDENCIES
coffee-rails (= 3.2.2)
devise (= 2.0.4)
mail
mysql2 (= 0.2.7)
mysql2 (= 0.3.11)
rails (= 3.2.3)
sass-rails (= 3.2.5)
twitter (= 1.6.0)