Skip to content

Commit 4f9f3fa

Browse files
Bump puma from 6.6.0 to 7.0.3
Bumps [puma](https://github.com/puma/puma) from 6.6.0 to 7.0.3. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.6.0...v7.0.3) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 209de06 commit 4f9f3fa

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
@@ -15,7 +15,7 @@ gem "jsbundling-rails", '~> 1.3.1' # Bundle and
1515
gem "jsonapi-serializer", "~> 2.2.0" # Fast, simple and easy to use JSON:API serialization library (also known as fast_jsonapi).
1616
gem "kamal", '~> 2.7.0', require: false # Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
1717
gem "pg", "~> 1.5.9" # Use postgresql as the database for Active Record
18-
gem "puma", "~> 6.6.0" # Use the Puma web server [https://github.com/puma/puma]
18+
gem "puma", "~> 7.0.3" # Use the Puma web server [https://github.com/puma/puma]
1919
gem "rails", "~> 8.0.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
2020
gem "ruby-vips", "~> 2.2" # Ruby extension for the libvips image processing library.
2121
gem 'sass-rails', '~> 6.0.0' # Ruby on Rails stylesheet engine for Sass

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ GEM
285285
date
286286
stringio
287287
public_suffix (6.0.1)
288-
puma (6.6.0)
288+
puma (7.0.3)
289289
nio4r (~> 2.0)
290290
raabro (1.4.0)
291291
racc (1.8.1)
@@ -498,7 +498,7 @@ DEPENDENCIES
498498
kamal (~> 2.7.0)
499499
letter_opener
500500
pg (~> 1.5.9)
501-
puma (~> 6.6.0)
501+
puma (~> 7.0.3)
502502
rack-cors
503503
rails (~> 8.0.2)
504504
rspec-rails

0 commit comments

Comments
 (0)