Skip to content

Commit ad2df8d

Browse files
Bump puma from 7.0.4 to 7.1.0 (#1312)
Bumps [puma](https://github.com/puma/puma) from 7.0.4 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.0.4...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 694abb4 commit ad2df8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'httparty'
1414
gem 'jwt', '~> 3.1'
1515
gem 'rails', '~> 8.0.3'
1616
gem 'pg', '~> 1.6'
17-
gem 'puma', '~> 7.0'
17+
gem 'puma', '~> 7.1'
1818
gem 'rack-cors', '~> 3.0', :require => 'rack/cors'
1919
gem 'rack-brotli'
2020
gem 'sassc-rails', '~> 2.1.2'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ GEM
234234
timeout
235235
net-smtp (0.5.1)
236236
net-protocol
237-
nio4r (2.7.4)
237+
nio4r (2.7.5)
238238
nokogiri (1.18.10-arm64-darwin)
239239
racc (~> 1.4)
240240
nokogiri (1.18.10-x86_64-linux-gnu)
@@ -269,7 +269,7 @@ GEM
269269
date
270270
stringio
271271
public_suffix (6.0.2)
272-
puma (7.0.4)
272+
puma (7.1.0)
273273
nio4r (~> 2.0)
274274
pundit (2.5.2)
275275
activesupport (>= 3.0.0)
@@ -465,7 +465,7 @@ DEPENDENCIES
465465
pg (~> 1.6)
466466
postmark-rails
467467
pry-rails
468-
puma (~> 7.0)
468+
puma (~> 7.1)
469469
pundit (~> 2.5.2)
470470
rack-brotli
471471
rack-cors (~> 3.0)

0 commit comments

Comments
 (0)