Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 935a3a6

Browse files
build(deps): bump puma from 5.3.1 to 5.5.0 (#828)
Bumps [puma](https://github.com/puma/puma) from 5.3.1 to 5.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.3.1...v5.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f652a98 commit 935a3a6

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails', '~> 5.2.4.4'
99
# Use mysql as the database for Active Record
1010
gem 'mysql2', '>= 0.4.4', '< 0.6.0'
1111
# Use Puma as the app server
12-
gem 'puma', '~> 5.3'
12+
gem 'puma', '~> 5.5'
1313
# Use SCSS for stylesheets
1414
gem 'sass-rails', '~> 6.0'
1515
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ GEM
252252
mustache (1.1.1)
253253
mysql2 (0.5.3)
254254
nenv (0.3.0)
255-
nio4r (2.5.7)
255+
nio4r (2.5.8)
256256
nokogiri (1.12.4)
257257
mini_portile2 (~> 2.6.1)
258258
racc (~> 1.4)
@@ -287,7 +287,7 @@ GEM
287287
coderay (~> 1.1)
288288
method_source (~> 1.0)
289289
public_suffix (4.0.6)
290-
puma (5.3.1)
290+
puma (5.5.0)
291291
nio4r (~> 2.0)
292292
raabro (1.4.0)
293293
racc (1.5.2)
@@ -489,7 +489,7 @@ DEPENDENCIES
489489
mysql2 (>= 0.4.4, < 0.6.0)
490490
omniauth-mlh (~> 0.4.2)
491491
omniauth-rails_csrf_protection
492-
puma (~> 5.3)
492+
puma (~> 5.5)
493493
rack-cors
494494
rails (~> 5.2.4.4)
495495
rails-controller-testing

vendor/cache/nio4r-2.5.7.gem

-119 KB
Binary file not shown.

vendor/cache/nio4r-2.5.8.gem

119 KB
Binary file not shown.

vendor/cache/puma-5.3.1.gem

-196 KB
Binary file not shown.

vendor/cache/puma-5.5.0.gem

199 KB
Binary file not shown.

0 commit comments

Comments
 (0)