Skip to content

Commit

Permalink
updated pg dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mccallofthewild committed Mar 17, 2021
1 parent 3bf1bb6 commit 2536986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -58,7 +58,7 @@ group :development, :test do
end

group :production do
gem 'pg'
gem 'pg', '~> 0.15'
gem 'rails_12factor'
gem 'puma', '3.8'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -97,7 +97,7 @@ GEM
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.2.3)
pg (0.21.0)
puma (3.8.0)
racc (1.5.2)
rack (1.6.13)
Expand Down Expand Up @@ -199,7 +199,7 @@ DEPENDENCIES
haml (~> 4.0, >= 4.0.7)
jbuilder (~> 2.0)
jquery-rails
pg
pg (~> 0.15)
puma (= 3.8)
rails (= 4.2.8)
rails_12factor
Expand Down

0 comments on commit 2536986

Please sign in to comment.