From 82e4ad0183fd9342905c5171fd0d95d9ab43919c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:55:38 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 5.6.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.5.2...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ce2f84c4c..71b8a0428 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ end group :development, :test do gem 'capybara', '~> 3.35' gem 'factory_bot_rails', '~> 6.2' - gem 'puma', '~> 5.5' + gem 'puma', '~> 5.6' # gem 'passenger', '~> 5.0', require: "phusion_passenger/rack_handler" gem 'poltergeist', '~> 1.18' gem 'rspec', '~> 3.10' diff --git a/Gemfile.lock b/Gemfile.lock index 77eca8be3..bdeff0016 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.5.2) + puma (5.6.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -486,7 +486,7 @@ DEPENDENCIES pry pry-byebug pry-rails - puma (~> 5.5) + puma (~> 5.6) rack-attack (~> 6.5) rack-cors (~> 1.1) rack-mini-profiler (~> 2.3)