From 6b582a7cb50cc58ff348d392110396018e65e655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 14:20:43 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.4. - [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.4...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Gemfile mode change 100755 => 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 0b5cbe6..46fce31 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.3' gem 'active_model_serializers', '~> 0.10.6' gem 'bcrypt', '~> 3.1.11' gem 'pg', '~> 0.21' -gem 'puma', '~> 3.11.2' +gem 'puma', '~> 3.12.4' gem 'rack-cors', '~> 1.0.2', require: 'rack/cors' gem 'rails', '~> 5.2.3' diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index ed00b3d..b319a1c --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.11.4) + puma (3.12.4) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -199,7 +199,7 @@ DEPENDENCIES pry (~> 0.11.3) pry-byebug (~> 3.6.0) pry-rails (~> 0.3.6) - puma (~> 3.11.2) + puma (~> 3.12.4) rack-cors (~> 1.0.2) rails (~> 5.2.3) rails_12factor (~> 0.0.3)