From 352c0d66c6b3dc619d4bc19216261741da1b7d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 17:27:41 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.4 in /encryptor_client Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.12.1...v3.12.4) Signed-off-by: dependabot[bot] --- encryptor_client/Gemfile | 2 +- encryptor_client/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/encryptor_client/Gemfile b/encryptor_client/Gemfile index ea0ca18..7172d86 100644 --- a/encryptor_client/Gemfile +++ b/encryptor_client/Gemfile @@ -13,7 +13,7 @@ gem 'bootsnap', '>= 1.4.2', require: false gem 'faraday', '~> 0.15.4' gem 'httpclient', '~> 2.8.3' gem 'oj' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' # gem 'bcrypt', '~> 3.1.7' # gem 'image_processing', '~> 1.2' diff --git a/encryptor_client/Gemfile.lock b/encryptor_client/Gemfile.lock index c989ca1..f483bad 100644 --- a/encryptor_client/Gemfile.lock +++ b/encryptor_client/Gemfile.lock @@ -140,7 +140,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -250,7 +250,7 @@ DEPENDENCIES nio4r (~> 2.5) oj pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 6.0.0) rspec-rails (~> 3.8)