Skip to content

Commit cbce11c

Browse files
Bump pg from 1.2.3 to 1.5.6 in /backend (#730)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e6f8df commit cbce11c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "active_model_serializers", "0.9.8"
1414

1515
# Use postgresql and mongo as the database for Active Record
1616
gem "mongoid", "7.3.3"
17-
gem "pg", "1.2.3"
17+
gem "pg", "1.5.6"
1818

1919
# Use Puma as the app server
2020
gem "puma", "5.6.8"

backend/Gemfile.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,8 @@ GEM
296296
parser (3.2.2.4)
297297
ast (~> 2.4.1)
298298
racc
299-
pg (1.2.3)
300-
pg (1.2.3-x64-mingw32)
301-
pg (1.2.3-x86-mingw32)
299+
pg (1.5.6)
300+
pg (1.5.6-x86-mingw32)
302301
pry (0.14.2)
303302
coderay (~> 1.1)
304303
method_source (~> 1.0)
@@ -522,7 +521,7 @@ DEPENDENCIES
522521
nearest_time_zone
523522
omniauth (= 1.8.1)
524523
omniauth-facebook (= 3.0.0)
525-
pg (= 1.2.3)
524+
pg (= 1.5.6)
526525
pry-byebug
527526
pry-doc
528527
pry-rails

0 commit comments

Comments
 (0)