Merge branch '1395-mysql2-ruby1.9-bug' of https://github.com/Flink/diaspora
No related branches found
No related tags 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' | ||
... | ... |
Please register or sign in to comment