From aff8e2d53f8f4bec2dc769953aac7539bf2816f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 08:18:22 +0000 Subject: [PATCH] Bump puma from 1.6.3 to 3.12.2 in /2013-JAX Bumps [puma](https://github.com/puma/puma) from 1.6.3 to 3.12.2. - [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/v3.12.2) Signed-off-by: dependabot[bot] --- 2013-JAX/Gemfile | 2 +- 2013-JAX/Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/2013-JAX/Gemfile b/2013-JAX/Gemfile index aa8531f..7912980 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', '~> 3.12.2' # 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..dba9d39 100644 --- a/2013-JAX/Gemfile.lock +++ b/2013-JAX/Gemfile.lock @@ -75,9 +75,8 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - puma (1.6.3) - rack (~> 1.2) - rack (1.5.2) + puma (3.12.2) + rack (1.5.5) rb-inotify (0.9.0) ffi (>= 0.5.0) redcarpet (2.3.0) @@ -115,7 +114,7 @@ DEPENDENCIES guard-livereload htmlcompressor less (~> 2.3.1) - puma (~> 1.6.3) + puma (~> 3.12.2) rb-inotify (~> 0.9.0) redcarpet (~> 2.3.0) slim (~> 2.0.0)