Pinning mysql2 gem to 0.2 branch, since 0.3 and the following are Rails 3 only

This commit is contained in:
Gregor Schmidt 2011-05-10 08:42:37 +02:00
parent a0eb66fc98
commit ddcd4f2888
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ platforms :mri do
end
group :mysql2 do
gem "mysql2"
gem "mysql2", "~> 0.2.7"
end
group :postgres do