Skip to content

Commit

Permalink
Bump pg from 1.2.3 to 1.5.6 in /backend
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 9af8945 commit cf9cee6
Show file tree
Hide file tree
Showing 2 changed files with 5 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", "6.4.2"
Expand Down
8 changes: 4 additions & 4 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ 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-x64-mingw32)
pg (1.5.6-x86-mingw32)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -519,7 +519,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 cf9cee6

Please sign in to comment.