Skip to content

Commit 113d3ef

Browse files
chore(deps): bump puma from 7.2.1 to 8.0.2
Bumps [puma](https://github.com/puma/puma) from 7.2.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@v7.2.1...v8.0.2) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8783604 commit 113d3ef

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
@@ -149,7 +149,7 @@ end
149149

150150
group :development, :production, :test do
151151
# Puma will be our app server
152-
gem 'puma', '~> 7.2'
152+
gem 'puma', '~> 8.0'
153153
end
154154

155155
group :production, :test, :ci do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ GEM
428428
prettyprint (0.2.0)
429429
prism (1.9.0)
430430
public_suffix (7.0.5)
431-
puma (7.2.1)
431+
puma (8.0.2)
432432
nio4r (~> 2.0)
433433
raabro (1.4.0)
434434
racc (1.8.1)
@@ -719,7 +719,7 @@ DEPENDENCIES
719719
pdf-reader
720720
pg
721721
pgvector
722-
puma (~> 7.2)
722+
puma (~> 8.0)
723723
rack-cors
724724
rack-mini-profiler
725725
rails (~> 8.0.0)

0 commit comments

Comments
 (0)