Skip to content

Commit

Permalink
Work on the deployment to Heroku change db to pg for productic
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmyn5600 committed May 6, 2021
1 parent f3c1996 commit 0300f0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development, :test do
end

group :production do
# gem 'pg'
gem 'pg'
gem 'rails_12factor'
end
# Use Puma as the app server
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
orm_adapter (0.5.0)
pg (1.2.3-x64-mingw32)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -280,6 +281,7 @@ DEPENDENCIES
guard-livereload (~> 2.5, >= 2.5.2)
jbuilder (~> 2.7)
listen (~> 3.3)
pg
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.3, >= 6.1.3.1)
Expand All @@ -296,7 +298,7 @@ DEPENDENCIES
webpacker (~> 5.0)

RUBY VERSION
ruby 2.7.3p183
ruby 2.7.2p137

BUNDLED WITH
2.2.16

0 comments on commit 0300f0c

Please sign in to comment.