Skip to content

Commit 6f16d98

Browse files
Bump puma in the production-dependencies group across 1 directory
Bumps the production-dependencies group with 1 update in the / directory: [puma](https://github.com/puma/puma). Updates `puma` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 138191b commit 6f16d98

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
end
3232

3333
# Use Puma as the app server
34-
gem "puma", "~> 8.0.1"
34+
gem "puma", "~> 8.0.2"
3535

3636
# Reduces boot times through caching; required in config/boot.rb
3737
gem "bootsnap", ">= 1.4.2", require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ GEM
170170
date
171171
stringio
172172
public_suffix (7.0.5)
173-
puma (8.0.1)
173+
puma (8.0.2)
174174
nio4r (~> 2.0)
175175
racc (1.8.1)
176176
rack (3.2.6)
@@ -341,7 +341,7 @@ DEPENDENCIES
341341
minitest (~> 5.0)
342342
mocha
343343
primer_view_components!
344-
puma (~> 8.0.1)
344+
puma (~> 8.0.2)
345345
rack-cors
346346
railties (= 8.0.2)
347347
rake (~> 13.3)

0 commit comments

Comments
 (0)