From 382dc94eb833ad848c5563a8c7068e30d890150d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:16:12 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 4.3.11 in /son-gtkmano Bumps [puma](https://github.com/puma/puma) from 3.11.0 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.11.0...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- son-gtkmano/Gemfile | 2 +- son-gtkmano/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/son-gtkmano/Gemfile b/son-gtkmano/Gemfile index c7a57e1c..6eb544c6 100644 --- a/son-gtkmano/Gemfile +++ b/son-gtkmano/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake', '11.2.2' gem 'sinatra', '1.4.7', require: 'sinatra/base' gem 'sinatra-contrib', '1.4.7', require: false -gem 'puma', '3.11.0' +gem 'puma', '4.3.11' gem 'rest-client', '2.0.0' gem 'rack-parser', '0.7.0', require: 'rack/parser' gem 'sinatra-cross_origin', '0.3.2' diff --git a/son-gtkmano/Gemfile.lock b/son-gtkmano/Gemfile.lock index 1e8397dc..e9e86a7e 100644 --- a/son-gtkmano/Gemfile.lock +++ b/son-gtkmano/Gemfile.lock @@ -48,11 +48,13 @@ GEM minitest (5.11.3) multi_json (1.13.1) netrc (0.11.0) + nio4r (2.5.8) parser (2.6.3.0) ast (~> 2.4.0) pg (0.18.4) powerpack (0.1.2) - puma (3.11.0) + puma (4.3.11) + nio4r (~> 2.0) rack (1.6.11) rack-parser (0.7.0) rack @@ -138,7 +140,7 @@ DEPENDENCIES bunny (= 2.5.1) ci_reporter_rspec (= 1.0.0) pg (= 0.18.4) - puma (= 3.11.0) + puma (= 4.3.11) rack-parser (= 0.7.0) rack-test (= 0.6.3) rake (= 11.2.2)