Skip to content

Commit

Permalink
Use mysql2 from git for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Oct 18, 2010
1 parent 901973b commit 9d69175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", ">= 0.2.4"
# gem "mysql2", ">= 0.2.4"
gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
end
end

Expand Down

0 comments on commit 9d69175

Please sign in to comment.