From 0ed30768b500c4e9791c0a96e04c81fc0564e731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 03:49:37 +0000 Subject: [PATCH] Bump the bundler group across 2 directories with 4 updates Updates the requirements on [activesupport](https://github.com/rails/rails), [resque](https://github.com/resque/resque), [sidekiq](https://github.com/sidekiq/sidekiq) and [httparty](https://github.com/jnunemaker/httparty) to permit the latest version. Updates `activesupport` to 5.2.8.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.0...v5.2.8.1) Updates `resque` to 2.6.0 - [Release notes](https://github.com/resque/resque/releases) - [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md) - [Commits](https://github.com/resque/resque/compare/v1.2.0...v2.6.0) Updates `sidekiq` to 7.2.2 - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v3.0.0...v7.2.2) Updates `httparty` to 0.21.0 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.10.2...v0.21.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production dependency-group: bundler-security-group - dependency-name: resque dependency-type: direct:development dependency-group: bundler-security-group - dependency-name: sidekiq dependency-type: direct:development dependency-group: bundler-security-group - dependency-name: httparty dependency-type: direct:development dependency-group: bundler-security-group ... Signed-off-by: dependabot[bot] --- exception_notification.gemspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exception_notification.gemspec b/exception_notification.gemspec index 8c1bc8f7..e665414d 100644 --- a/exception_notification.gemspec +++ b/exception_notification.gemspec @@ -17,14 +17,14 @@ Gem::Specification.new do |s| s.require_path = 'lib' s.add_dependency("actionmailer", ">= 4.0", "< 6") - s.add_dependency("activesupport", ">= 4.0", "< 6") + s.add_dependency("activesupport", ">= 4.0", "< 8") s.add_development_dependency "rails", ">= 4.0", "< 6" - s.add_development_dependency "resque", "~> 1.2.0" + s.add_development_dependency "resque", "~> 2.6.0" # Sidekiq 3.2.2 does not support Ruby 1.9. - s.add_development_dependency "sidekiq", "~> 3.0.0", "< 3.2.2" + s.add_development_dependency "sidekiq", "~> 7.2.2", "< 7.2.3" s.add_development_dependency "tinder", "~> 1.8" - s.add_development_dependency "httparty", "~> 0.10.2" + s.add_development_dependency "httparty", "~> 0.21.0" s.add_development_dependency "mocha", ">= 0.13.0" s.add_development_dependency "sqlite3", ">= 1.3.4" s.add_development_dependency "coveralls", "~> 0.8.2"