From 5817729c4b29f21abb8b0e1a263957115c2e463b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 07:52:36 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 3.12.3 in /sql/associations_exercise Bumps [puma](https://github.com/puma/puma) from 3.12.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/v3.12.2...v3.12.3) Signed-off-by: dependabot[bot] --- sql/associations_exercise/Gemfile | 2 +- sql/associations_exercise/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sql/associations_exercise/Gemfile b/sql/associations_exercise/Gemfile index 15e4038..0991143 100644 --- a/sql/associations_exercise/Gemfile +++ b/sql/associations_exercise/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.4.1' # Use postgres as the database for Active Record gem 'pg', '>= 1.0.0' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/sql/associations_exercise/Gemfile.lock b/sql/associations_exercise/Gemfile.lock index cad7607..5791db1 100644 --- a/sql/associations_exercise/Gemfile.lock +++ b/sql/associations_exercise/Gemfile.lock @@ -111,7 +111,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.3) - puma (3.12.2) + puma (3.12.3) rack (2.1.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -202,7 +202,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 1.0.0) pry-rails - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.2.4.1) sass-rails (~> 5.0) selenium-webdriver