Skip to content

Commit

Permalink
Bump pg from 0.21.0 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.2.3.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](https://github.com/ged/ruby-pg/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Sep 12, 2020
1 parent 7a5e997 commit e91f044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.2.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
gem 'pg', '~> 1.2'
# Use Puma as the app server
gem 'puma', '~> 3.7'
# Use SCSS for stylesheets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
pg (0.21.0)
pg (1.2.3)
public_suffix (4.0.3)
puma (3.12.2)
rack (2.0.8)
Expand Down Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
letter_opener
listen (>= 3.0.5, < 3.2)
mailgun-ruby
pg (~> 0.18)
pg (~> 1.2)
puma (~> 3.7)
rails (~> 6.0.2.1)
rails-controller-testing
Expand Down

0 comments on commit e91f044

Please sign in to comment.