Skip to content

Commit

Permalink
version bump mysql2 gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Grippi authored and Daniel Grippi committed Dec 6, 2011
1 parent cea87f8 commit 003a17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -38,7 +38,7 @@ gem 'settingslogic', '2.0.6'

gem 'activerecord-import'
gem 'foreigner', '0.9.1'
gem 'mysql2', '0.2.13' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'mysql2', '0.2.17' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'pg' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -245,7 +245,7 @@ GEM
gem_plugin (>= 0.2.3)
multi_json (1.0.4)
multipart-post (1.1.4)
mysql2 (0.2.13)
mysql2 (0.2.17)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
Expand Down Expand Up @@ -456,7 +456,7 @@ DEPENDENCIES
mobile-fu
mock_redis
mongrel
mysql2 (= 0.2.13)
mysql2 (= 0.2.17)
newrelic_rpm
nokogiri (~> 1.5.0)
oauth2-provider (= 0.0.16)
Expand Down

0 comments on commit 003a17d

Please sign in to comment.