From 5565e89290d6449904059178a59e0acfac9b99fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:27:40 -0500 Subject: [PATCH] Bump the ruby-minor-patch group with 5 updates (#3346) Bumps the ruby-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [puma](https://github.com/puma/puma) | `6.5.0` | `6.6.0` | | [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `5.22.2` | `5.22.3` | | [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.22.2` | `5.22.3` | | [twilio-ruby](https://github.com/twilio/twilio-ruby) | `7.4.2` | `7.4.3` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.0` | `1.71.1` | Updates `puma` from 6.5.0 to 6.6.0 - [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/v6.5.0...v6.6.0) Updates `sentry-ruby` from 5.22.2 to 5.22.3 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-ruby/compare/5.22.2...5.22.3) Updates `sentry-rails` from 5.22.2 to 5.22.3 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-ruby/compare/5.22.2...5.22.3) Updates `twilio-ruby` from 7.4.2 to 7.4.3 - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-ruby/compare/7.4.2...7.4.3) Updates `rubocop` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.71.0...v1.71.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-patch - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: twilio-ruby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-minor-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 48e690415..2b50a8fa4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '3.2.4' # Standard rails gem 'rails', '~> 7.2.2.1' -gem 'puma', '~> 6.5' # roar +gem 'puma', '~> 6.6' # roar gem 'sdoc', '~> 2.6.0', group: :doc gem 'nokogiri', '>= 1.13.4' gem 'tzinfo-data', require: false diff --git a/Gemfile.lock b/Gemfile.lock index a8740aba6..0db017f1c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,10 +316,10 @@ GEM date stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.8) + rack (3.1.9) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-protection (4.1.1) @@ -382,14 +382,14 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.4.0) - rubocop (1.71.0) + rubocop (1.71.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.0) @@ -413,10 +413,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.22.2) + sentry-rails (5.22.3) railties (>= 5.0) - sentry-ruby (~> 5.22.2) - sentry-ruby (5.22.2) + sentry-ruby (~> 5.22.3) + sentry-ruby (5.22.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) shog (0.2.1) @@ -449,7 +449,7 @@ GEM timeout (0.4.3) ttfunk (1.8.0) bigdecimal (~> 3.1) - twilio-ruby (7.4.2) + twilio-ruby (7.4.3) benchmark faraday (>= 0.9, < 3.0) jwt (>= 1.5, < 3.0) @@ -528,7 +528,7 @@ DEPENDENCIES pg (~> 1.5) prawn pry - puma (~> 6.5) + puma (~> 6.6) rack-attack (~> 6.7.0) rack-test (>= 0.6.3) rails (~> 7.2.2.1)