From f9ebdd034314e0364151f14176300a4b5c8c000c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 14:30:50 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.8 in /cooper_api Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.8. - [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.8) Signed-off-by: dependabot[bot] --- cooper_api/Gemfile | 2 +- cooper_api/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cooper_api/Gemfile b/cooper_api/Gemfile index 281e982..7861bdc 100644 --- a/cooper_api/Gemfile +++ b/cooper_api/Gemfile @@ -9,7 +9,7 @@ ruby '2.6.3' gem 'bootsnap', '>= 1.2', require: false gem 'rails', '~> 5.2.0' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' gem 'jbuilder', '~> 2.5' gem 'rack-cors', require: 'rack/cors' gem 'devise_token_auth' diff --git a/cooper_api/Gemfile.lock b/cooper_api/Gemfile.lock index 39e5c71..62dba41 100644 --- a/cooper_api/Gemfile.lock +++ b/cooper_api/Gemfile.lock @@ -86,7 +86,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.2) @@ -104,7 +106,8 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.1) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -192,7 +195,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.2.0) rspec-rails