Skip to content

Commit 1685dc8

Browse files
Bump puma from 5.5.2 to 5.6.4
Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 5.6.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.5.2...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38e8fcc commit 1685dc8

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
@@ -46,7 +46,7 @@ end
4646
group :development, :test do
4747
gem 'capybara', '~> 3.35'
4848
gem 'factory_bot_rails', '~> 6.2'
49-
gem 'puma', '~> 5.5'
49+
gem 'puma', '~> 5.6'
5050
# gem 'passenger', '~> 5.0', require: "phusion_passenger/rack_handler"
5151
gem 'poltergeist', '~> 1.18'
5252
gem 'rspec', '~> 3.10'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ GEM
261261
pry-rails (0.3.9)
262262
pry (>= 0.10.4)
263263
public_suffix (4.0.6)
264-
puma (5.5.2)
264+
puma (5.6.4)
265265
nio4r (~> 2.0)
266266
racc (1.5.2)
267267
rack (2.2.3)
@@ -486,7 +486,7 @@ DEPENDENCIES
486486
pry
487487
pry-byebug
488488
pry-rails
489-
puma (~> 5.5)
489+
puma (~> 5.6)
490490
rack-attack (~> 6.5)
491491
rack-cors (~> 1.1)
492492
rack-mini-profiler (~> 2.3)

0 commit comments

Comments
 (0)