From 1432e4656e7b19921c151ded0e6f57ae0dd40669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:27:27 +0000 Subject: [PATCH] chore(deps): bump the deps group with 2 updates Bumps the deps group with 2 updates: [activesupport](https://github.com/rails/rails) and [hyperclient](https://github.com/codegram/hyperclient). Updates `activesupport` from 7.1.3 to 7.1.3.2 - [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/v7.1.3...v7.1.3.2) Updates `hyperclient` from 1.0.1 to 2.0.0 - [Release notes](https://github.com/codegram/hyperclient/releases) - [Changelog](https://github.com/codegram/hyperclient/blob/master/CHANGELOG.md) - [Commits](https://github.com/codegram/hyperclient/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: hyperclient dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 62 ++++++++++++--------------------- horizon/stellar-horizon.gemspec | 2 +- 2 files changed, 24 insertions(+), 40 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df1baa42..b6bde3d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ PATH faraday (>= 1.6.0, < 3.0) faraday-excon (>= 1.1.0, < 3.0) faraday-follow_redirects (>= 0.3.0, < 1.0) - hyperclient (>= 0.7.0, < 2.0) + hyperclient (>= 0.7.0, < 3.0) stellar-base (= 0.32.0) PATH @@ -32,9 +32,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3) - activesupport (= 7.1.3) - activesupport (7.1.3) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activesupport (7.1.3.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -51,8 +51,8 @@ GEM backports (3.24.1) base32 (0.3.4) base64 (0.2.0) - bigdecimal (3.1.5) - bigdecimal (3.1.5-java) + bigdecimal (3.1.6) + bigdecimal (3.1.6-java) break (0.40.0) bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) @@ -70,35 +70,17 @@ GEM drb (2.2.0) ruby2_keywords excon (0.109.0) - faraday (1.10.3) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) - ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-excon (2.1.0) + excon (>= 0.27.4) + faraday (~> 2.0) faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-httpclient (1.0.1) - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) - faraday_hal_middleware (0.1.1) - faraday_middleware (>= 0.9) - faraday_middleware (1.2.0) - faraday (~> 1.0) + faraday-net_http (3.1.0) + net-http + faraday_hal_middleware (0.2.0) + faraday (~> 2.0) ffi (1.16.3) ffi (1.16.3-java) formatador (1.1.0) @@ -118,11 +100,11 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (1.1.0) - hyperclient (1.0.1) + hyperclient (2.0.0) addressable - faraday (>= 0.9.0) - faraday_hal_middleware - faraday_middleware + faraday (>= 2) + faraday-follow_redirects + faraday_hal_middleware (>= 0.2) i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.7.1) @@ -134,10 +116,11 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.8) method_source (1.0.0) - minitest (5.21.1) - multipart-post (2.4.0) + minitest (5.22.2) mutex_m (0.2.0) nenv (0.3.0) + net-http (0.4.1) + uri netrc (0.11.0) notiffany (0.1.3) nenv (~> 0.1) @@ -241,6 +224,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) + uri (0.13.0) vcr (6.2.0) webmock (3.22.0) addressable (>= 2.8.0) diff --git a/horizon/stellar-horizon.gemspec b/horizon/stellar-horizon.gemspec index 1ee47209..3a31fa47 100644 --- a/horizon/stellar-horizon.gemspec +++ b/horizon/stellar-horizon.gemspec @@ -30,5 +30,5 @@ Gem::Specification.new do |spec| spec.add_dependency "faraday", ">= 1.6.0", "< 3.0" spec.add_dependency "faraday-excon", ">= 1.1.0", "< 3.0" spec.add_dependency "faraday-follow_redirects", ">= 0.3.0", "< 1.0" - spec.add_dependency "hyperclient", ">= 0.7.0", "< 2.0" + spec.add_dependency "hyperclient", ">= 0.7.0", "< 3.0" end