Skip to content

Commit 6d11147

Browse files
Merge pull request #161 from mitch3lljones/dependabot/bundler/puma-6.1.0
Bump puma from 6.0.0 to 6.1.0
2 parents f5f1ada + 9237104 commit 6d11147

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0'
16+
gem 'puma', '~> 6.1'
1717
# Use SCSS for stylesheets
1818
gem 'sass-rails', '~> 6.0'
1919
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ GEM
174174
terrapin (~> 0.6.0)
175175
pg (1.4.5)
176176
public_suffix (5.0.1)
177-
puma (6.0.0)
177+
puma (6.1.0)
178178
nio4r (~> 2.0)
179179
racc (1.6.1)
180180
rack (2.2.6.2)
@@ -289,7 +289,7 @@ DEPENDENCIES
289289
listen (>= 3.0.5, < 3.9)
290290
paperclip
291291
pg
292-
puma (~> 6.0)
292+
puma (~> 6.1)
293293
rails (~> 7.0.4)
294294
sass-rails (~> 6.0)
295295
selenium-webdriver

0 commit comments

Comments
 (0)