Skip to content

Commit 0164426

Browse files
Bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [propshaft](https://github.com/rails/propshaft) | `1.3.1` | `1.3.2` | | [puma](https://github.com/puma/puma) | `8.0.0` | `8.0.1` | | [bootsnap](https://github.com/rails/bootsnap) | `1.23.0` | `1.24.1` | | [nokogiri](https://github.com/sparklemotion/nokogiri) | `1.19.2` | `1.19.3` | | [pagy](https://github.com/ddnexus/pagy) | `43.5.1` | `43.5.3` | Updates `propshaft` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v1.3.1...v1.3.2) Updates `puma` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v8.0.0...v8.0.1) Updates `bootsnap` from 1.23.0 to 1.24.1 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.23.0...v1.24.1) Updates `nokogiri` from 1.19.2 to 1.19.3 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.19.2...v1.19.3) Updates `pagy` from 43.5.1 to 43.5.3 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](ddnexus/pagy@43.5.1...43.5.3) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: puma dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: bootsnap dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: nokogiri dependency-version: 1.19.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pagy dependency-version: 43.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3101af commit 0164426

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby file: ".ruby-version"
66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem "rails", "~> 8.1"
88

9-
gem "propshaft", "~> 1.0"
9+
gem "propshaft", "~> 1.3"
1010

1111
# Use postgresql as the database for Active Record
1212
gem "pg"

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ GEM
9494
erubi (~> 1.4)
9595
parser (>= 2.4)
9696
smart_properties
97-
bigdecimal (4.1.1)
97+
bigdecimal (4.1.2)
9898
bindex (0.8.1)
99-
bootsnap (1.23.0)
99+
bootsnap (1.24.1)
100100
msgpack (~> 1.2)
101101
brakeman (8.0.4)
102102
racc
@@ -191,7 +191,7 @@ GEM
191191
jbuilder (2.14.1)
192192
actionview (>= 7.0.0)
193193
activesupport (>= 7.0.0)
194-
json (2.19.3)
194+
json (2.19.4)
195195
json-schema (6.2.0)
196196
addressable (~> 2.8)
197197
bigdecimal (>= 3.1, < 5)
@@ -228,7 +228,7 @@ GEM
228228
logger
229229
mini_mime (1.1.5)
230230
mini_portile2 (2.8.9)
231-
minitest (6.0.4)
231+
minitest (6.0.6)
232232
drb (~> 2.0)
233233
prism (~> 1.5)
234234
minitest-mock (5.27.0)
@@ -255,26 +255,26 @@ GEM
255255
net-smtp (0.5.1)
256256
net-protocol
257257
nio4r (2.7.5)
258-
nokogiri (1.19.2)
258+
nokogiri (1.19.3)
259259
mini_portile2 (~> 2.8.2)
260260
racc (~> 1.4)
261-
nokogiri (1.19.2-aarch64-linux-gnu)
261+
nokogiri (1.19.3-aarch64-linux-gnu)
262262
racc (~> 1.4)
263-
nokogiri (1.19.2-arm-linux-gnu)
263+
nokogiri (1.19.3-arm-linux-gnu)
264264
racc (~> 1.4)
265-
nokogiri (1.19.2-arm64-darwin)
265+
nokogiri (1.19.3-arm64-darwin)
266266
racc (~> 1.4)
267-
nokogiri (1.19.2-x86_64-darwin)
267+
nokogiri (1.19.3-x86_64-darwin)
268268
racc (~> 1.4)
269-
nokogiri (1.19.2-x86_64-linux-gnu)
269+
nokogiri (1.19.3-x86_64-linux-gnu)
270270
racc (~> 1.4)
271271
orm_adapter (0.5.0)
272272
ostruct (0.6.3)
273273
overcommit (0.69.0)
274274
childprocess (>= 0.6.3, < 6)
275275
iniparse (~> 1.4)
276276
rexml (>= 3.3.9)
277-
pagy (43.5.1)
277+
pagy (43.5.3)
278278
json
279279
uri
280280
yaml
@@ -291,15 +291,15 @@ GEM
291291
prettyprint
292292
prettyprint (0.2.0)
293293
prism (1.9.0)
294-
propshaft (1.3.1)
294+
propshaft (1.3.2)
295295
actionpack (>= 7.0.0)
296296
activesupport (>= 7.0.0)
297297
rack
298298
psych (5.3.1)
299299
date
300300
stringio
301301
public_suffix (7.0.5)
302-
puma (8.0.0)
302+
puma (8.0.1)
303303
nio4r (~> 2.0)
304304
pundit (2.5.2)
305305
activesupport (>= 3.0.0)
@@ -505,7 +505,7 @@ DEPENDENCIES
505505
overcommit
506506
pagy (~> 43)
507507
pg
508-
propshaft (~> 1.0)
508+
propshaft (~> 1.3)
509509
puma (~> 8.0)
510510
pundit
511511
rack-attack

0 commit comments

Comments
 (0)