From bd272d3710280024d87b9fde6406dd9a280d327f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 04:38:57 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.3. - [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.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 55e181e..60ed632 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| 'https://github.com/#{repo}.git' } ruby '2.6.3' gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 998fc40..df589d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM factory_bot_rails (5.0.2) factory_bot (~> 5.0.2) railties (>= 4.2.0) - faker (2.0.0) + faker (2.0) i18n (>= 0.7) faraday (0.15.4) multipart-post (>= 1.2, < 3) @@ -155,7 +155,7 @@ GEM virtus pg (1.1.4) public_suffix (3.1.1) - puma (3.12.1) + puma (3.12.3) raabro (1.1.6) rack (2.0.7) rack-cors (1.0.3) @@ -307,7 +307,7 @@ DEPENDENCIES paperclip peafowl pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 5.2.3) react_on_rails (= 11.1.4)