This commit is contained in:
Jonne Haß 2013-08-01 18:24:28 +02:00
parent f5015f27a7
commit b5c2578af5

View file

@ -34,7 +34,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 'pg', '0.15.1' 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 'foreigner', '1.4.2'