From 53d0beaf4c36a1d9e7bd17c63ee08715e3897b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:48:57 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.12. - [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/v3.12.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 124de6b..1977823 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use Grape as rails API gem 'grape', '~> 1.2', '>= 1.2.4' # Use Devise for authentication diff --git a/Gemfile.lock b/Gemfile.lock index 7eaa7ed..9c58269 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,6 @@ GEM msgpack (~> 1.0) builder (3.2.3) byebug (11.0.1) - cancancan (3.0.1) coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.1.5) @@ -114,7 +113,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.12.0) @@ -127,7 +128,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) - puma (3.12.1) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-accept (0.4.5) rack (>= 0.4) @@ -219,13 +221,12 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.2) byebug - cancancan (~> 3.0, >= 3.0.1) devise (~> 4.7, >= 4.7.1) factory_bot_rails (~> 5.0, >= 5.0.2) grape (~> 1.2, >= 1.2.4) grape-entity (~> 0.7.1) listen (>= 3.0.5, < 3.2) - puma (~> 3.11) + puma (~> 4.3) rack-cors (~> 1.0, >= 1.0.3) rails (~> 6.0.0) rspec-rails (~> 3.8, >= 3.8.2)