Skip to content

Commit

Permalink
Added PostGres gem for production
Browse files Browse the repository at this point in the history
  • Loading branch information
ppvasude committed Oct 30, 2018
1 parent f46a4ad commit 2a5a38c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,7 @@ group :development, :test do
gem 'capybara'
gem 'simplecov', require: false
end

group :production do
gem 'pg', '0.20.0'
end

0 comments on commit 2a5a38c

Please sign in to comment.