From 1883f62da3c38ef3a623ba194bea1b19c3aeb4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 07:59:46 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.4 in /Backend/Hotel 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] --- Backend/Hotel/Gemfile | 2 +- Backend/Hotel/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Backend/Hotel/Gemfile b/Backend/Hotel/Gemfile index 99b4769..c5ecaf4 100644 --- a/Backend/Hotel/Gemfile +++ b/Backend/Hotel/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0', '>= 5.0.0.1' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Backend/Hotel/Gemfile.lock b/Backend/Hotel/Gemfile.lock index 3ea8558..5aab009 100644 --- a/Backend/Hotel/Gemfile.lock +++ b/Backend/Hotel/Gemfile.lock @@ -86,7 +86,7 @@ GEM nio4r (2.5.2) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -187,7 +187,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.0.0, >= 5.0.0.1) rspec-rails sass-rails (~> 5.0)