From f5d51d344ecf456ca6a3f0f7e26cf865c36aaeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:50:01 +0000 Subject: [PATCH] Bump puma from 1.6.3 to 4.3.9 in /2013-JAX Bumps [puma](https://github.com/puma/puma) from 1.6.3 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/commits/v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 2013-JAX/Gemfile | 2 +- 2013-JAX/Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/2013-JAX/Gemfile b/2013-JAX/Gemfile index aa8531f..68bb797 100644 --- a/2013-JAX/Gemfile +++ b/2013-JAX/Gemfile @@ -7,7 +7,7 @@ gem 'slim', '~> 2.0.0' gem 'less', '~> 2.3.1' gem 'therubyracer', '~> 0.11.4' gem 'rb-inotify', '~> 0.9.0' -gem 'puma', '~> 1.6.3' # for a leaner deve server +gem 'puma', '~> 4.3.9' # for a leaner deve server gem 'guard-livereload' gem 'yajl-ruby' gem 'coffee-script' diff --git a/2013-JAX/Gemfile.lock b/2013-JAX/Gemfile.lock index 2e91c1d..09d3954 100644 --- a/2013-JAX/Gemfile.lock +++ b/2013-JAX/Gemfile.lock @@ -69,15 +69,16 @@ GEM method_source (0.8.1) mime-types (1.23) multi_json (1.7.2) + nio4r (2.5.8) nokogiri (1.5.9) open4 (1.3.0) pry (0.9.12.1) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - puma (1.6.3) - rack (~> 1.2) - rack (1.5.2) + puma (4.3.9) + nio4r (~> 2.0) + rack (1.5.5) rb-inotify (0.9.0) ffi (>= 0.5.0) redcarpet (2.3.0) @@ -115,7 +116,7 @@ DEPENDENCIES guard-livereload htmlcompressor less (~> 2.3.1) - puma (~> 1.6.3) + puma (~> 4.3.9) rb-inotify (~> 0.9.0) redcarpet (~> 2.3.0) slim (~> 2.0.0)