Skip to content

Commit 24a13ed

Browse files
Bump puma from 6.1.0 to 6.2.2
Bumps [puma](https://github.com/puma/puma) from 6.1.0 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.0...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>
1 parent 828015e commit 24a13ed

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
@@ -13,7 +13,7 @@ group :production do
1313
gem 'pg'
1414
end
1515
# Use Puma as the app server
16-
gem 'puma', '~> 6.1'
16+
gem 'puma', '~> 6.2'
1717
# Use SCSS for stylesheets
1818
gem 'sass-rails', '~> 6.0'
1919
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ GEM
149149
timeout
150150
net-smtp (0.3.3)
151151
net-protocol
152-
nio4r (2.5.8)
152+
nio4r (2.5.9)
153153
nokogiri (1.14.3-x86_64-darwin)
154154
racc (~> 1.4)
155155
nokogiri (1.14.3-x86_64-linux)
@@ -172,7 +172,7 @@ GEM
172172
terrapin (~> 0.6.0)
173173
pg (1.4.5)
174174
public_suffix (5.0.1)
175-
puma (6.1.0)
175+
puma (6.2.2)
176176
nio4r (~> 2.0)
177177
racc (1.6.2)
178178
rack (2.2.6.4)
@@ -286,7 +286,7 @@ DEPENDENCIES
286286
listen (>= 3.0.5, < 3.9)
287287
paperclip
288288
pg
289-
puma (~> 6.1)
289+
puma (~> 6.2)
290290
rails (~> 7.0.4)
291291
sass-rails (~> 6.0)
292292
selenium-webdriver

0 commit comments

Comments
 (0)