From 284c2cf239e99c222172c8ada0a57a210fc19c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jun 2021 22:13:29 +0000 Subject: [PATCH] Bump puma from 4.3.7 to 5.3.2 in /spec/integration/rails_5.2.4.1 Bumps [puma](https://github.com/puma/puma) from 4.3.7 to 5.3.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/v4.3.7...v5.3.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spec/integration/rails_5.2.4.1/Gemfile | 2 +- spec/integration/rails_5.2.4.1/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/integration/rails_5.2.4.1/Gemfile b/spec/integration/rails_5.2.4.1/Gemfile index bf49d057f..54570fed0 100644 --- a/spec/integration/rails_5.2.4.1/Gemfile +++ b/spec/integration/rails_5.2.4.1/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.2.4', '>= 5.2.4.1' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/spec/integration/rails_5.2.4.1/Gemfile.lock b/spec/integration/rails_5.2.4.1/Gemfile.lock index 376897094..28cf579c5 100644 --- a/spec/integration/rails_5.2.4.1/Gemfile.lock +++ b/spec/integration/rails_5.2.4.1/Gemfile.lock @@ -109,7 +109,7 @@ GEM nokogiri (1.10.10) mini_portile2 (~> 2.4.0) public_suffix (4.0.6) - puma (4.3.7) + puma (5.3.2) nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) @@ -200,7 +200,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 4.3) + puma (~> 5.3) rails (~> 5.2.4, >= 5.2.4.1) sass-rails (~> 5.0) selenium-webdriver