Skip to content

Commit c9361ae

Browse files
Bump puma from 5.3.1 to 5.6.2
Bumps [puma](https://github.com/puma/puma) from 5.3.1 to 5.6.2. - [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.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2645e47 commit c9361ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'faker', '2.11.0'
1010
gem 'will_paginate', '3.3.0'
1111
gem 'bootstrap-will_paginate', '1.0.0'
1212
gem 'bootstrap-sass', '3.4.1'
13-
gem 'puma', '5.3.1'
13+
gem 'puma', '5.6.2'
1414
gem 'sass-rails', '6.0.0'
1515
gem 'webpacker', '5.4.0'
1616
gem 'turbolinks', '5.2.1'

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ GEM
159159
nio4r (2.5.8)
160160
nokogiri (1.13.3-x86_64-darwin)
161161
racc (~> 1.4)
162+
nokogiri (1.13.3-x86_64-linux)
163+
racc (~> 1.4)
162164
notiffany (0.1.3)
163165
nenv (~> 0.1)
164166
shellany (~> 0.0)
@@ -167,7 +169,7 @@ GEM
167169
coderay (~> 1.1)
168170
method_source (~> 1.0)
169171
public_suffix (4.0.6)
170-
puma (5.3.1)
172+
puma (5.6.2)
171173
nio4r (~> 2.0)
172174
racc (1.6.0)
173175
rack (2.2.3)
@@ -271,6 +273,7 @@ GEM
271273

272274
PLATFORMS
273275
x86_64-darwin-20
276+
x86_64-linux
274277

275278
DEPENDENCIES
276279
active_storage_validations (= 0.8.9)
@@ -291,7 +294,7 @@ DEPENDENCIES
291294
minitest (= 5.11.3)
292295
minitest-reporters (= 1.3.8)
293296
pg (= 1.2.3)
294-
puma (= 5.3.1)
297+
puma (= 5.6.2)
295298
rack-mini-profiler (= 2.3.1)
296299
rails (= 6.1.4.6)
297300
rails-controller-testing (= 1.0.5)

0 commit comments

Comments
 (0)