From 817f8234ec1eb050b090e74befb2812b74f966e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:41:25 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 in /docs Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index c92360a..2bfac8c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 4c65af5..43befc4 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -16,8 +16,12 @@ GIT slim (>= 3.0, < 5.0) GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-tether (1.4.7) + +GEM + remote: https://rubygems.org/ specs: actioncable (5.1.7) actionpack (= 5.1.7) @@ -112,7 +116,8 @@ GEM mini_portile2 (~> 2.4.0) pg (0.21.0) public_suffix (4.0.1) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) rack @@ -130,7 +135,6 @@ GEM bundler (>= 1.3.0) railties (= 5.1.7) sprockets-rails (>= 2.0.0) - rails-assets-tether (1.4.7) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -217,7 +221,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) on-metal! pg (~> 0.18) - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.1.4) rails-assets-tether! redcarpet (~> 3.x)