From 2fd4d8335ba0eee11021f8c991bf54a875e724aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:24:50 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.11. - [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.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d5811ab..a7e824e 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'tiny_tds' gem 'activerecord-sqlserver-adapter' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index f68db3a..64e5f91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,9 @@ GEM mime-types (3.3) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - 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) @@ -140,8 +142,10 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) spoon (~> 0.0) - puma (3.12.1) - puma (3.12.1-java) + puma (4.3.11) + nio4r (~> 2.0) + puma (4.3.11-java) + nio4r (~> 2.0) rack (2.0.7) rack-protection (2.0.7) rack @@ -272,7 +276,7 @@ DEPENDENCIES hsds_transformer (= 0.0.5) listen (>= 3.0.5, < 3.2) pry - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.2) rspec-rails spring