From c1f948e45876e5d28ced2af65fa370acc691be16 Mon Sep 17 00:00:00 2001 From: Sam Pohlenz Date: Thu, 20 May 2021 21:12:52 +0930 Subject: [PATCH] Update puma to ~> 4.3 --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fbc42d0..00e8178 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sassc-rails', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index bb5db7e..0e844e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,14 +99,15 @@ GEM msgpack (1.4.2) netrc (0.11.0) nio4r (2.5.7) - nokogiri (1.11.4) + nokogiri (1.11.5) mini_portile2 (~> 2.5.0) racc (~> 1.4) pg (1.2.3) pg_search (2.3.5) activerecord (>= 5.2) activesupport (>= 5.2) - puma (3.12.6) + puma (4.3.8) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-test (1.1.0) @@ -204,7 +205,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pg_search - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.3) sassc-rails (~> 2.1) themoviedb-api