From ed511e971330d06f2fc6affc895dcfff5fc2748e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:14:30 +0000 Subject: [PATCH] Bump puma from 4.3.7 to 4.3.9 in /web Bumps [puma](https://github.com/puma/puma) from 4.3.7 to 4.3.9. - [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.7...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/Gemfile | 2 +- web/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/Gemfile b/web/Gemfile index 5c969bac..221dab50 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -17,7 +17,7 @@ gem "opentracing" # OpenTracing API for Ruby gem "opentracing-instrumented" # OpenTracing instrumentation helpers gem "opentracing-tracers", :git => "https://github.com/minond/ruby-opentracing-tracers" # OpenTracing tracers gem "pg", ">= 0.18", "< 2.0" # Use postgresql as the database for Active Record -gem "puma", "~> 4.1" # Use Puma as the app server +gem "puma", "~> 4.3" # Use Puma as the app server gem "rabl" # JSON view builder gem "rails", "~> 6.0.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails" gem "simple_command" # A simple, standardized way to build and use Service Objects (aka Commands) in Ruby diff --git a/web/Gemfile.lock b/web/Gemfile.lock index c94d6058..d19efb9c 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -150,7 +150,7 @@ GEM minitest (5.14.2) mixlib-cli (2.1.8) msgpack (1.3.3) - nio4r (2.5.4) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) opentracing (0.5.0) @@ -163,7 +163,7 @@ GEM pg (1.2.3) psych (3.2.1) public_suffix (4.0.6) - puma (4.3.7) + puma (4.3.9) nio4r (~> 2.0) rabl (0.14.3) activesupport (>= 2.3.14) @@ -337,7 +337,7 @@ DEPENDENCIES opentracing-instrumented opentracing-tracers! pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rabl rails (~> 6.0.1) rails_best_practices