From a19f96c653a75efaed5c08cd14d0537155f8e17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:27:22 +0000 Subject: [PATCH] Bump puma from 5.6.2 to 6.1.1 Bumps [puma](https://github.com/puma/puma) from 5.6.2 to 6.1.1. - [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/v5.6.2...v6.1.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 4f73b21..f37da8f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'database_cleaner' gem 'factory_bot_rails' gem 'gibbon', '~> 3.4' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.1' gem 'rails', '~> 5.2.3' gem 'rails-controller-testing' gem 'rspec-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 0451b66..fa37f7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,12 +73,6 @@ GEM aws-sdk-core (~> 3, >= 3.126.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) - aws-sdk-ses (1.49.0) - aws-sdk-core (~> 3, >= 3.165.0) - aws-sigv4 (~> 1.1) - aws-sdk-sns (1.52.0) - aws-sdk-core (~> 3, >= 3.126.0) - aws-sigv4 (~> 1.1) aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) bcrypt (3.1.16) @@ -223,7 +217,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (4.0.6) - puma (5.6.2) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -331,7 +325,6 @@ GEM nokogiri (>= 1.10.5) rexml ruby2_keywords (0.0.5) - ruby_http_client (3.5.5) sassc (2.4.0) ffi (~> 1.9) sassc-rails (2.1.2) @@ -340,8 +333,6 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sendgrid-ruby (6.6.2) - ruby_http_client (~> 3.4) sentry-rails (4.9.2) railties (>= 5.0) sentry-ruby-core (~> 4.9.2) @@ -387,8 +378,6 @@ DEPENDENCIES active_hash (~> 3.1) active_model_serializers (~> 0.10.10) aws-sdk-s3 - aws-sdk-ses (~> 1.49) - aws-sdk-sns (~> 1.52) bitly (~> 2.0, >= 2.0.1) bootsnap (>= 1.1.0) bootstrap-sass (= 3.4.1) @@ -405,7 +394,7 @@ DEPENDENCIES listen pg (>= 0.18, < 2.0) pg_search - puma (~> 5.6) + puma (~> 6.1) rack-cors rails (~> 5.2.3) rails-controller-testing @@ -413,7 +402,6 @@ DEPENDENCIES rspec-rails rswag rubocop - sendgrid-ruby sentry-rails sentry-ruby shoulda-matchers (~> 5.1)