From 3ae24ae42582ce7467cc51350331aa9f28ce5fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:10:28 +0000 Subject: [PATCH] Bump puma from 5.5.0 to 5.6.7 in /try-rbs-collection Bumps [puma](https://github.com/puma/puma) from 5.5.0 to 5.6.7. - [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.0...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- try-rbs-collection/Gemfile | 2 +- try-rbs-collection/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/try-rbs-collection/Gemfile b/try-rbs-collection/Gemfile index 3092c45..23089e6 100644 --- a/try-rbs-collection/Gemfile +++ b/try-rbs-collection/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.4', '>= 6.1.4.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Use Active Model has_secure_password diff --git a/try-rbs-collection/Gemfile.lock b/try-rbs-collection/Gemfile.lock index f96fd6d..3a63ea4 100644 --- a/try-rbs-collection/Gemfile.lock +++ b/try-rbs-collection/Gemfile.lock @@ -98,13 +98,15 @@ GEM method_source (1.0.0) mini_mime (1.1.1) minitest (5.14.4) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.12.5-arm64-darwin) racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) parallel (1.21.0) parser (3.0.2.0) ast (~> 2.4.1) - puma (5.5.0) + puma (5.6.7) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -177,11 +179,12 @@ GEM PLATFORMS arm64-darwin-20 + x86_64-linux DEPENDENCIES byebug listen (~> 3.3) - puma (~> 5.0) + puma (~> 5.6) rails (~> 6.1.4, >= 6.1.4.1) rbs (= 1.7.0.beta.4) rbs_rails