Skip to content
Snippets Groups Projects
Commit c6502a7c authored by Jonne Hass's avatar Jonne Hass
Browse files

Merge branch '1395-mysql2-ruby1.9-bug' of https://github.com/Flink/diaspora

parents d7a71544 e25dd94d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ gem 'settingslogic', '2.0.6'
gem 'activerecord-import'
gem 'foreigner', '0.9.1'
gem 'mysql2', '0.2.6' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'mysql2', '0.2.13' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'pg' if ENV['DB'] == 'all' || ENV['DB'] == 'postgres'
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
......
......@@ -265,7 +265,7 @@ GEM
multi_json (1.0.3)
multi_xml (0.2.2)
multipart-post (1.1.3)
mysql2 (0.2.6)
mysql2 (0.2.13)
net-ldap (0.2.2)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
......@@ -505,7 +505,7 @@ DEPENDENCIES
mini_magick (= 3.2)
mobile-fu
mongrel
mysql2 (= 0.2.6)
mysql2 (= 0.2.13)
newrelic_rpm
nokogiri
oauth2-provider (= 0.0.16)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment