Skip to content

Commit 6d81356

Browse files
Bump puma from 6.1.1 to 6.2.2 (#48)
Bumps [puma](https://github.com/puma/puma) from 6.1.1 to 6.2.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.1.1...v6.2.2) --- 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 472b54c commit 6d81356

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
@@ -8,7 +8,7 @@ gem 'rails-i18n', '~> 7.0'
88
gem 'importmap-rails', '~> 1.1'
99
gem 'jbuilder', '~> 2.7'
1010
gem 'bootsnap', '>= 1.4.4', require: false
11-
gem 'puma', '~> 6.0'
11+
gem 'puma', '~> 6.2'
1212

1313
group :development, :test do
1414
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ GEM
158158
timeout
159159
net-smtp (0.3.3)
160160
net-protocol
161-
nio4r (2.5.8)
161+
nio4r (2.5.9)
162162
nokogiri (1.14.3)
163163
mini_portile2 (~> 2.8.0)
164164
racc (~> 1.4)
165165
popper_js (2.11.7)
166166
public_suffix (5.0.1)
167-
puma (6.1.1)
167+
puma (6.2.2)
168168
nio4r (~> 2.0)
169169
racc (1.6.2)
170170
rack (2.2.7)
@@ -301,7 +301,7 @@ DEPENDENCIES
301301
mysql2 (>= 0.5)
302302
net-ftp
303303
net-http
304-
puma (~> 6.0)
304+
puma (~> 6.2)
305305
rack-mini-profiler (~> 2.0)
306306
rails (~> 7.0)
307307
rails-i18n (~> 7.0)

0 commit comments

Comments
 (0)