From 43536087b082593ed3856f6c1b2fe09b24b6353a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 11:27:54 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 5.3.1. - [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.11.4...v5.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 37 ++++++++++++++++++++----------------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 0eb1699..269c89f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 823fa0f..3edde68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,8 +18,8 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.6.2) - activesupport (= 5.1.6.2) + actionview (5.1.6) + activesupport (= 5.1.6) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -40,7 +40,7 @@ GEM tzinfo (~> 1.1) arel (8.0.0) bindex (0.5.0) - builder (3.2.3) + builder (3.2.4) byebug (10.0.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -49,14 +49,14 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.4) - erubi (1.7.1) + concurrent-ruby (1.1.8) + crass (1.0.6) + erubi (1.10.0) execjs (2.7.0) ffi (1.9.25) globalid (0.4.1) activesupport (>= 4.2.0) - i18n (1.0.1) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.7.0) activesupport (>= 4.2.0) @@ -65,20 +65,23 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.2.3) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.0) mini_mime (>= 0.1.1) method_source (0.9.0) mini_mime (1.0.0) - mini_portile2 (2.4.0) - minitest (5.11.3) + mini_portile2 (2.5.1) + minitest (5.14.4) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) - puma (3.11.4) + nokogiri (1.11.4) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + puma (5.3.1) + nio4r (~> 2.0) + racc (1.5.2) rack (2.0.7) rack-test (1.0.0) rack (>= 1.0, < 3) @@ -97,8 +100,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (5.1.6) actionpack (= 5.1.6) activesupport (= 5.1.6) @@ -140,7 +143,7 @@ GEM turbolinks (5.1.1) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.11) execjs (>= 0.3.0, < 3) @@ -161,7 +164,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 3.7) + puma (~> 5.3) rails (~> 5.1.4) sass-rails (~> 5.0) spring