bump mysql2

This commit is contained in:
Jonne Haß 2013-08-01 18:25:34 +02:00
parent b5c2578af5
commit f85f7e0840
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors'
ENV['DB'] ||= 'mysql' ENV['DB'] ||= 'mysql'
gem 'mysql2', '0.3.11' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql' gem 'mysql2', '0.3.13' if ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'pg', '0.16.0' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres' gem 'pg', '0.16.0' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
gem 'activerecord-import', '0.3.1' gem 'activerecord-import', '0.3.1'

View file

@ -219,7 +219,7 @@ GEM
multi_json (1.7.7) multi_json (1.7.7)
multi_test (0.0.2) multi_test (0.0.2)
multipart-post (1.2.0) multipart-post (1.2.0)
mysql2 (0.3.11) mysql2 (0.3.13)
nested_form (0.3.2) nested_form (0.3.2)
net-scp (1.1.2) net-scp (1.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
@ -454,7 +454,7 @@ DEPENDENCIES
messagebus_ruby_api (= 1.0.3) messagebus_ruby_api (= 1.0.3)
mini_magick (= 3.6.0) mini_magick (= 3.6.0)
mobile-fu (= 1.2.1) mobile-fu (= 1.2.1)
mysql2 (= 0.3.11) mysql2 (= 0.3.13)
nokogiri (= 1.6.0) nokogiri (= 1.6.0)
omniauth (= 1.1.4) omniauth (= 1.1.4)
omniauth-facebook (= 1.4.1) omniauth-facebook (= 1.4.1)