From 683e10735ea005e99c362b604dda9c52a87cc79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:39:48 +0000 Subject: [PATCH] chore(deps): bump the deps group across 1 directory with 3 updates Bumps the deps group with 3 updates in the / directory: [excon](https://github.com/excon/excon), [hyperclient](https://github.com/codegram/hyperclient) and [activesupport](https://github.com/rails/rails). Updates `excon` from 0.109.0 to 0.111.0 - [Changelog](https://github.com/excon/excon/blob/master/changelog.txt) - [Commits](https://github.com/excon/excon/compare/v0.109.0...v0.111.0) 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) Updates `activesupport` from 7.1.3 to 7.2.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.3...v7.2.0) --- updated-dependencies: - dependency-name: excon dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: hyperclient dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 85 ++++++++++++++------------------- horizon/stellar-horizon.gemspec | 2 +- 2 files changed, 36 insertions(+), 51 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a43e3629..4d18c78c 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,20 +32,21 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3) - activesupport (= 7.1.3) - activesupport (7.1.3) + activemodel (7.2.0) + activesupport (= 7.2.0) + activesupport (7.2.0) base64 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) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) awesome_print (1.9.2) backports (3.24.1) @@ -58,7 +59,7 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 1.0) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crack (1.0.0) bigdecimal @@ -67,38 +68,20 @@ GEM digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) docile (1.4.0) - 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) + drb (2.2.1) + excon (0.111.0) + faraday (2.10.1) + faraday-net_http (>= 2.0, < 3.2) + logger + 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.1) + 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,12 +101,12 @@ 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 - i18n (1.14.1) + faraday (>= 2) + faraday-follow_redirects + faraday_hal_middleware (>= 0.2) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) json (2.7.2-java) @@ -132,12 +115,13 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) lumberjack (1.2.8) method_source (1.0.0) - minitest (5.21.1) - multipart-post (2.4.0) - mutex_m (0.2.0) + minitest (5.24.1) nenv (0.3.0) + net-http (0.4.1) + uri netrc (0.11.0) notiffany (0.1.3) nenv (~> 0.1) @@ -160,7 +144,7 @@ GEM pry-doc (1.5.0) pry (~> 0.11) yard (~> 0.9.11) - public_suffix (5.0.5) + public_suffix (6.0.1) racc (1.8.0) racc (1.8.0-java) rainbow (3.1.1) @@ -206,10 +190,10 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) + securerandom (0.3.1) shellany (0.0.1) simplecov (0.22.0) docile (~> 1.1) @@ -244,6 +228,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.23.1) 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