Skip to content

Commit c6cbef7

Browse files
Bump the ruby-dependencies group with 2 updates (#207)
Bumps the ruby-dependencies group with 2 updates: [pg](https://github.com/ged/ruby-pg) and [bootsnap](https://github.com/rails/bootsnap). Updates `pg` from 1.6.2 to 1.6.3 - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v1.6.2...v1.6.3) Updates `bootsnap` from 1.19.0 to 1.20.1 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.19.0...v1.20.1) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: bootsnap dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fea693c commit c6cbef7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "rails", "~> 8.0.3"
66
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
77
gem "propshaft"
88
# Use postgresql as the database for Active Record
9-
gem 'pg', '~> 1.6.1'
9+
gem 'pg', '~> 1.6.3'
1010
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
1111
gem "importmap-rails"
1212
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
base64 (0.3.0)
7676
benchmark (0.4.1)
7777
bigdecimal (3.2.3)
78-
bootsnap (1.19.0)
78+
bootsnap (1.20.1)
7979
msgpack (~> 1.2)
8080
builder (3.3.0)
8181
concurrent-ruby (1.3.5)
@@ -135,9 +135,9 @@ GEM
135135
racc (~> 1.4)
136136
nokogiri (1.18.10-x86_64-linux-gnu)
137137
racc (~> 1.4)
138-
pg (1.6.2)
139-
pg (1.6.2-aarch64-linux)
140-
pg (1.6.2-x86_64-linux)
138+
pg (1.6.3)
139+
pg (1.6.3-aarch64-linux)
140+
pg (1.6.3-x86_64-linux)
141141
pp (0.6.2)
142142
prettyprint
143143
prettyprint (0.2.0)
@@ -227,7 +227,7 @@ DEPENDENCIES
227227
bootsnap
228228
importmap-rails
229229
listen
230-
pg (~> 1.6.1)
230+
pg (~> 1.6.3)
231231
propshaft
232232
puma (>= 7.0)
233233
rack-timeout (~> 0.7.0)

0 commit comments

Comments
 (0)