Skip to content

Commit

Permalink
Update mysql2 for Rails 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paneidos committed Oct 27, 2011
1 parent ca986d6 commit 43c43e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ platforms :mri_19 do
## Getting mysql2 gem to work with Ruby on Rails 3.0 and Windows 7 64bit
## http://paul-wong-jr.blogspot.com/2011/06/getting-mysql2-gem-to-work-with-ruby-on.html
group :mysql2 do
gem "mysql2", "~> 0.2.7"
gem "mysql2"
end

group :sqlite do
Expand Down

0 comments on commit 43c43e1

Please sign in to comment.