version bump mysql2 gem
This commit is contained in:
parent
cea87f8cbf
commit
003a17d27a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -38,7 +38,7 @@ gem 'settingslogic', '2.0.6'
|
||||||
|
|
||||||
gem 'activerecord-import'
|
gem 'activerecord-import'
|
||||||
gem 'foreigner', '0.9.1'
|
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 'pg' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
|
||||||
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
|
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,7 @@ GEM
|
||||||
gem_plugin (>= 0.2.3)
|
gem_plugin (>= 0.2.3)
|
||||||
multi_json (1.0.4)
|
multi_json (1.0.4)
|
||||||
multipart-post (1.1.4)
|
multipart-post (1.1.4)
|
||||||
mysql2 (0.2.13)
|
mysql2 (0.2.17)
|
||||||
net-scp (1.0.4)
|
net-scp (1.0.4)
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 1.99.1)
|
||||||
net-sftp (2.0.5)
|
net-sftp (2.0.5)
|
||||||
|
|
@ -456,7 +456,7 @@ DEPENDENCIES
|
||||||
mobile-fu
|
mobile-fu
|
||||||
mock_redis
|
mock_redis
|
||||||
mongrel
|
mongrel
|
||||||
mysql2 (= 0.2.13)
|
mysql2 (= 0.2.17)
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri (~> 1.5.0)
|
nokogiri (~> 1.5.0)
|
||||||
oauth2-provider (= 0.0.16)
|
oauth2-provider (= 0.0.16)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue