bump mysql2
This commit is contained in:
parent
dca5a6d8f3
commit
c25705a7e3
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -37,7 +37,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors'
|
|||
|
||||
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 'activerecord-import', '0.3.1'
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ GEM
|
|||
multi_json (1.10.1)
|
||||
multi_test (0.1.1)
|
||||
multipart-post (1.2.0)
|
||||
mysql2 (0.3.14)
|
||||
mysql2 (0.3.16)
|
||||
nested_form (0.3.2)
|
||||
net-scp (1.2.1)
|
||||
net-ssh (>= 2.6.5)
|
||||
|
|
@ -509,7 +509,7 @@ DEPENDENCIES
|
|||
messagebus_ruby_api (= 1.0.3)
|
||||
mini_magick (= 3.7.0)
|
||||
mobile-fu (= 1.2.2)
|
||||
mysql2 (= 0.3.14)
|
||||
mysql2 (= 0.3.16)
|
||||
nokogiri (= 1.6.1)
|
||||
omniauth (= 1.1.4)
|
||||
omniauth-facebook (= 1.6.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue