bump mysql2

This commit is contained in:
Jonne Haß 2014-06-01 13:29:53 +02:00
parent dca5a6d8f3
commit c25705a7e3
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors'
ENV['DB'] ||= 'mysql' ENV['DB'] ||= 'mysql'
gem 'mysql2', '0.3.14' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'mysql2', '0.3.16' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'pg', '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'pg', '0.17.1' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
gem 'activerecord-import', '0.3.1' gem 'activerecord-import', '0.3.1'

View file

@ -256,7 +256,7 @@ GEM
multi_json (1.10.1) multi_json (1.10.1)
multi_test (0.1.1) multi_test (0.1.1)
multipart-post (1.2.0) multipart-post (1.2.0)
mysql2 (0.3.14) mysql2 (0.3.16)
nested_form (0.3.2) nested_form (0.3.2)
net-scp (1.2.1) net-scp (1.2.1)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
@ -509,7 +509,7 @@ DEPENDENCIES
messagebus_ruby_api (= 1.0.3) messagebus_ruby_api (= 1.0.3)
mini_magick (= 3.7.0) mini_magick (= 3.7.0)
mobile-fu (= 1.2.2) mobile-fu (= 1.2.2)
mysql2 (= 0.3.14) mysql2 (= 0.3.16)
nokogiri (= 1.6.1) nokogiri (= 1.6.1)
omniauth (= 1.1.4) omniauth (= 1.1.4)
omniauth-facebook (= 1.6.0) omniauth-facebook (= 1.6.0)