From 7ebd02c347477797f4cb4d426cb4d01033471c52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:09:57 +0000 Subject: [PATCH] Bump puma from 5.5.0 to 5.6.7 in /try-tapioca-for-dsl 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-tapioca-for-dsl/Gemfile | 2 +- try-tapioca-for-dsl/Gemfile.lock | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/try-tapioca-for-dsl/Gemfile b/try-tapioca-for-dsl/Gemfile index 64bc793..bbef607 100644 --- a/try-tapioca-for-dsl/Gemfile +++ b/try-tapioca-for-dsl/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' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Active Model has_secure_password diff --git a/try-tapioca-for-dsl/Gemfile.lock b/try-tapioca-for-dsl/Gemfile.lock index 6dff0a3..f8e75aa 100644 --- a/try-tapioca-for-dsl/Gemfile.lock +++ b/try-tapioca-for-dsl/Gemfile.lock @@ -87,19 +87,17 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.1) - mini_portile2 (2.6.1) minitest (5.14.4) msgpack (1.4.2) - nio4r (2.5.8) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nio4r (2.5.9) + nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) parser (3.0.2.0) ast (~> 2.4.1) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - puma (5.5.0) + puma (5.6.7) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -143,7 +141,7 @@ GEM sorbet (0.5.9167) sorbet-static (= 0.5.9167) sorbet-runtime (0.5.9167) - sorbet-static (0.5.9167-universal-darwin-14) + sorbet-static (0.5.9167-x86_64-linux) spoom (1.1.3) colorize sorbet (>= 0.5.6347) @@ -179,13 +177,13 @@ GEM zeitwerk (2.4.2) PLATFORMS - ruby + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) byebug listen (~> 3.3) - puma (~> 5.0) + puma (~> 5.6) rails (~> 6.1.4, >= 6.1.4.1) spring sqlite3 (~> 1.4)