Skip to content

Commit

Permalink
Bump pg from 1.3.5 to 1.4.1 (#531)
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.5 to 1.4.1.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](ged/ruby-pg@v1.3.5...v1.4.1)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2022
1 parent fb7c9f7 commit 7a3c60a
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 @@ -33,7 +33,7 @@ gem 'resque-heroku-signals', '~> 2.2.0'
gem 'redis', '~> 4.5.1'

# database
gem 'pg', '~> 1.3.5'
gem 'pg', '~> 1.4.1'
gem 'sequel', '5.58.0'

# auth
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ GEM
sorbet-runtime (>= 0.5)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.3.5)
pg (1.4.1)
polyfill (1.9.0)
pry (0.14.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -454,7 +454,7 @@ DEPENDENCIES
omniauth-rails_csrf_protection (~> 1.0.1)
omniauth-salesforce!
omniauth-stripe
pg (~> 1.3.5)
pg (~> 1.4.1)
pry (~> 0.14.1)
pry-doc (~> 1.3.0)
pry-nav (~> 1.0.0)
Expand Down

0 comments on commit 7a3c60a

Please sign in to comment.