From 83b5573df91e908cf7fc2ee662a1893023343b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 09:01:16 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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/compare/v3.12.1...v3.12.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2e4ea6f..5c2636b 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'pg' gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index b0012a6..d55b839 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM ast (~> 2.4.0) pg (1.1.4) psych (3.1.0) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-cors (1.1.0) rack (>= 2.0.0) @@ -193,7 +193,7 @@ DEPENDENCIES byebug listen (~> 3.0.5) pg - puma (~> 3.0) + puma (~> 3.12) rack-cors rails (~> 5.0.7, >= 5.0.7.2) rails_best_practices