Skip to content

Commit

Permalink
pg v 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andey committed May 21, 2019
1 parent 1072754 commit 454baa9
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '2.6.3'

gem 'rails', '4.2.11.1'
gem 'pg'
gem 'pg', '~> 0.20'
gem 'unicorn' # puma was leaking memory
gem 'jquery-rails'
gem 'sass-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -331,7 +331,7 @@ GEM
mime-types
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
pg (1.1.4)
pg (0.21.0)
public_suffix (3.0.3)
rack (1.6.11)
rack-test (0.6.3)
Expand Down Expand Up @@ -498,7 +498,7 @@ DEPENDENCIES
newrelic_rpm
paper_trail
paperclip
pg
pg (~> 0.20)
rails (= 4.2.11.1)
rails_12factor
rdoc
Expand Down

0 comments on commit 454baa9

Please sign in to comment.