Skip to content

Commit

Permalink
Bump pg from 1.2.3 to 1.5.6 in /backend (#730)
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.5.6.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.2.3...v1.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent 2e6f8df commit cbce11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "active_model_serializers", "0.9.8"

# Use postgresql and mongo as the database for Active Record
gem "mongoid", "7.3.3"
gem "pg", "1.2.3"
gem "pg", "1.5.6"

# Use Puma as the app server
gem "puma", "5.6.8"
Expand Down
7 changes: 3 additions & 4 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,8 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.2.3)
pg (1.2.3-x64-mingw32)
pg (1.2.3-x86-mingw32)
pg (1.5.6)
pg (1.5.6-x86-mingw32)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -522,7 +521,7 @@ DEPENDENCIES
nearest_time_zone
omniauth (= 1.8.1)
omniauth-facebook (= 3.0.0)
pg (= 1.2.3)
pg (= 1.5.6)
pry-byebug
pry-doc
pry-rails
Expand Down

0 comments on commit cbce11c

Please sign in to comment.