From 99c33c8755572774e7c021197b331664744d8bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 08:09:36 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.8 in /Ruby on Rails Movie Review App 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] --- Ruby on Rails Movie Review App/Gemfile | 2 +- Ruby on Rails Movie Review App/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Ruby on Rails Movie Review App/Gemfile b/Ruby on Rails Movie Review App/Gemfile index 1990efb..c97d503 100644 --- a/Ruby on Rails Movie Review App/Gemfile +++ b/Ruby on Rails Movie Review App/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.2', '>= 5.2.2.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.3.6' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' gem 'ratyrate', :github => 'wazery/ratyrate' diff --git a/Ruby on Rails Movie Review App/Gemfile.lock b/Ruby on Rails Movie Review App/Gemfile.lock index 5d86da3..ab8d6a0 100644 --- a/Ruby on Rails Movie Review App/Gemfile.lock +++ b/Ruby on Rails Movie Review App/Gemfile.lock @@ -159,7 +159,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -180,7 +182,8 @@ GEM av (~> 0.9.0) paperclip (>= 2.5.2) public_suffix (3.0.3) - puma (3.12.1) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -299,7 +302,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) paperclip (~> 6.1) paperclip-av-transcoder (~> 0.6.4) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.2, >= 5.2.2.1) ratyrate! sass-rails (~> 5.0)