Skip to content

Commit

Permalink
no need to depend on mysql2 master anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
brianmario authored and spastorino committed Aug 23, 2010
1 parent 2fc2952 commit bde3d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -35,7 +35,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", :git => 'git://github.com/brianmario/mysql2.git'
gem "mysql2", ">= 0.2.3"
end
end

Expand Down

0 comments on commit bde3d7f

Please sign in to comment.