From 1140738805e15675c05864b22c019abe4f74d90f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:10:56 -0500 Subject: [PATCH] build(deps): Bump puma from 5.4.0 to 5.5.1 (#136) Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.5.1. - [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.4.0...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5049064..53ed2dc 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'jquery-rails' gem 'turbolinks', github: 'rails/turbolinks' # Pin Puma to a recent-ish version that supports OpenSSL, which is # what the CircleCI environment has. -gem 'puma', '~> 5.4' +gem 'puma', '~> 5.5' group :test do gem 'capybara', '~>3.35' diff --git a/Gemfile.lock b/Gemfile.lock index 4440ef2..c32da2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,13 +93,13 @@ GEM mini_mime (1.1.0) mini_portile2 (2.5.3) minitest (5.14.4) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.6) mini_portile2 (~> 2.5.0) racc (~> 1.4) percy-capybara (4.3.3) public_suffix (4.0.6) - puma (5.4.0) + puma (5.5.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -184,7 +184,7 @@ DEPENDENCIES database_cleaner jquery-rails percy-capybara (~> 4.3.3) - puma (~> 5.4) + puma (~> 5.5) rails (~> 5.2.6) rails_12factor sass-rails