diff --git a/Gemfile b/Gemfile index d0594c7..2a644ca 100644 --- a/Gemfile +++ b/Gemfile @@ -5,12 +5,13 @@ gem 'dotenv-rails', :groups => [:development, :test] # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.1.0' +# Use postgres for all environments +gem 'pg' + group :production do - gem 'pg' gem 'rails_12factor' end group :development, :test do - gem 'sqlite3' gem 'rspec-rails' gem 'capybara' end @@ -61,3 +62,4 @@ gem "nested_form" # gem 'debugger', group: [:development, :test] ruby "2.1.2" + diff --git a/Gemfile.lock b/Gemfile.lock index 772b2f4..9c758ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,7 +141,6 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (~> 2.8) - sqlite3 (1.3.9) thor (0.19.1) thread_safe (0.3.3) tilt (1.4.1) @@ -180,6 +179,5 @@ DEPENDENCIES sdoc (~> 0.4.0) simplecov spring - sqlite3 turbolinks uglifier (>= 1.3.0)