Skip to content

Commit

Permalink
use mysql2 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Oct 23, 2011
1 parent b2c7302 commit 81dac15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gem 'rails', '3.0.10'

gem 'mysql2'
gem 'mysql2', "~> 0.2.13"
gem 'haml'
gem 'guid'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mysql2 (0.3.7)
mysql2 (0.2.13)
polyglot (0.3.2)
rack (1.2.4)
rack-mount (0.6.14)
Expand Down Expand Up @@ -88,5 +88,5 @@ DEPENDENCIES
activemerchant_patch_for_china
guid
haml
mysql2
mysql2 (~> 0.2.13)
rails (= 3.0.10)

0 comments on commit 81dac15

Please sign in to comment.