From df615213e1c928b1fbcc80b7d966ddb836d2661f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:25:41 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.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/v4.3.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 1eb555f88..20ff77c06 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem "paperclip", "~> 5.2.1" gem "paranoia", "~> 2.4.2" gem "pg", "~> 0.21.0" gem "pg_search", "~> 2.0.1" -gem "puma", "~> 4.3.1" +gem "puma", "~> 4.3.12" gem "recipient_interceptor", "~> 0.2.0" gem "redcarpet", "~> 3.4.0" gem "responders", "~> 2.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6408ccb76..bfe8cbac2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,13 @@ GIT railties (>= 3.2.6, < 6.0) GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-leaflet (1.2.0) + rails-assets-markdown-it (8.2.2) + +GEM + remote: https://rubygems.org/ specs: actioncable (5.0.7.2) actionpack (= 5.0.7.2) @@ -347,7 +352,7 @@ GEM net-ssh (>= 2.6.5) net-ssh (5.0.2) newrelic_rpm (4.1.0.333) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) nori (2.6.0) @@ -397,7 +402,7 @@ GEM activesupport (>= 4.2) arel (>= 6) public_suffix (4.0.1) - puma (4.3.1) + puma (4.3.12) nio4r (~> 2.0) rack (2.0.7) rack-accept (0.4.5) @@ -420,8 +425,6 @@ GEM bundler (>= 1.3.0) railties (= 5.0.7.2) sprockets-rails (>= 2.0.0) - rails-assets-leaflet (1.2.0) - rails-assets-markdown-it (8.2.2) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -654,7 +657,7 @@ DEPENDENCIES paranoia (~> 2.4.2) pg (~> 0.21.0) pg_search (~> 2.0.1) - puma (~> 4.3.1) + puma (~> 4.3.12) rails (= 5.0.7.2) rails-assets-leaflet! rails-assets-markdown-it (~> 8.2.1)!