bump mysql2
This commit is contained in:
parent
b5c2578af5
commit
f85f7e0840
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem 'rack-cors', '0.2.8', :require => 'rack/cors'
|
|||
|
||||
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 'activerecord-import', '0.3.1'
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ GEM
|
|||
multi_json (1.7.7)
|
||||
multi_test (0.0.2)
|
||||
multipart-post (1.2.0)
|
||||
mysql2 (0.3.11)
|
||||
mysql2 (0.3.13)
|
||||
nested_form (0.3.2)
|
||||
net-scp (1.1.2)
|
||||
net-ssh (>= 2.6.5)
|
||||
|
|
@ -454,7 +454,7 @@ DEPENDENCIES
|
|||
messagebus_ruby_api (= 1.0.3)
|
||||
mini_magick (= 3.6.0)
|
||||
mobile-fu (= 1.2.1)
|
||||
mysql2 (= 0.3.11)
|
||||
mysql2 (= 0.3.13)
|
||||
nokogiri (= 1.6.0)
|
||||
omniauth (= 1.1.4)
|
||||
omniauth-facebook (= 1.4.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue