From ad31478e0c84ed22d2145ef96c0d5dd8317cb14f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:18:43 +0000 Subject: [PATCH] Bump the production-dependencies group across 1 directory with 3 updates Updates the requirements on [activesupport](https://github.com/rails/rails), [httparty](https://github.com/jnunemaker/httparty) and [addressable](https://github.com/sporkmonger/addressable) to permit the latest version. Updates `activesupport` from 7.1.2 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.2...v8.0.1) Updates `httparty` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](https://github.com/jnunemaker/httparty/compare/v0.21.0...v0.22.0) Updates `addressable` from 2.8.6 to 2.8.7 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.6...addressable-2.8.7) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: httparty dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: addressable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 43 +++++++++++++++++++++++++------------------ lever.gemspec | 2 +- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef7ea4c..809b71d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,47 +5,53 @@ PATH activesupport addressable (~> 2.8.6) hashie - httparty (~> 0.21.0) + httparty (>= 0.21, < 0.23) retriable GEM remote: https://rubygems.org/ specs: - activesupport (7.1.2) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - bigdecimal (3.1.4) - concurrent-ruby (1.2.2) + benchmark (0.4.0) + bigdecimal (3.1.8) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (0.4.3) safe_yaml (~> 1.0.0) + csv (3.3.0) diff-lcs (1.3) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) factory_bot (6.4.1) activesupport (>= 5.0.0) hashdiff (1.0.0) hashie (5.0.0) - httparty (0.21.0) + httparty (0.22.0) + csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) + logger (1.6.3) mini_mime (1.1.5) - minitest (5.20.0) - multi_xml (0.6.0) - mutex_m (0.2.0) - public_suffix (4.0.3) + minitest (5.25.4) + multi_xml (0.7.1) + bigdecimal (~> 3.1) + public_suffix (6.0.1) rake (13.1.0) retriable (3.1.2) rspec (3.9.0) @@ -61,10 +67,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - ruby2_keywords (0.0.5) safe_yaml (1.0.5) + securerandom (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + uri (1.0.2) webmock (3.7.6) addressable (>= 2.3.6) crack (>= 0.3.2) diff --git a/lever.gemspec b/lever.gemspec index 61ddcaa..99459e1 100644 --- a/lever.gemspec +++ b/lever.gemspec @@ -34,7 +34,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('activesupport') spec.add_runtime_dependency('hashie') - spec.add_runtime_dependency('httparty', '~> 0.21.0') + spec.add_runtime_dependency('httparty', '>= 0.21', '< 0.23') spec.add_runtime_dependency('retriable') spec.add_runtime_dependency('addressable', '~> 2.8.6')