From af5cd5467198035b7500b594bb581a24d9a2c48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 17:47:58 +0000 Subject: [PATCH] Bump puma from 2.8.2 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 2.8.2 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/v2.8.2...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 719125f..159204d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'rails', '4.1.7' -gem 'puma', '2.8.2' +gem 'puma', '3.12.3' gem 'faraday_middleware', '0.9.0' gem 'sqlite3', '1.3.9' gem 'active_model_serializers', '0.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0c91a25..7687864 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,9 +55,8 @@ GEM multi_json (1.10.1) multipart-post (1.2.0) netrc (0.7.7) - puma (2.8.2) - rack (>= 1.1, < 2.0) - rack (1.5.2) + puma (3.12.3) + rack (1.5.5) rack-test (0.6.2) rack (>= 1.0) rails (4.1.7) @@ -125,7 +124,7 @@ DEPENDENCIES coveralls (= 0.7.0) database_cleaner (= 1.3.0) faraday_middleware (= 0.9.0) - puma (= 2.8.2) + puma (= 3.12.3) rails (= 4.1.7) rspec-rails (= 2.14.2) shoulda-matchers (= 2.6.1)