From 9cf607ad8f7914ca5f503a55ca63c73af9c9683e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:32:49 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.9. - [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...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f33e750..6da3a94 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rubocop-rails', require: false gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'master' gem 'rails', '~> 5.2.3' gem 'sqlite3' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index e8cfab2..8fd5cd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,6 @@ GEM bootstrap-sass (3.2.0.4) sass (~> 3.2) builder (3.2.3) - byebug (11.0.1) cancancan (3.0.1) capybara (3.29.0) addressable @@ -146,7 +145,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.9) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -287,7 +287,6 @@ DEPENDENCIES bootsnap (>= 1.1.0) bootstrap (~> 4.3.1) bootstrap-sass (~> 3.2.0) - byebug cancancan capybara coffee-rails (~> 4.2) @@ -297,7 +296,7 @@ DEPENDENCIES jquery-rails listen (>= 3.0.5, < 3.2) pry - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.3) rspec-rails rubocop-rails