From 6f3e2f0306bb39d9d4eb42fc4e1ab9db64171dc7 Mon Sep 17 00:00:00 2001 From: Syphax Date: Wed, 30 Oct 2024 13:12:44 +0100 Subject: [PATCH] fix: excon new version breaking the UI tests --- Gemfile.lock | 40 ++++++++++++++++++----------------- ontologies_api_client.gemspec | 2 +- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b147d35..cf0babe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: ontologies_api_client (2.2.0) activesupport (~> 7.0.4) - excon + excon (= 0.112.0) faraday faraday-excon (~> 2.0.0) faraday-multipart @@ -17,20 +17,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8.1) + activesupport (7.0.8.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) - bigdecimal (3.1.7) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + bigdecimal (3.1.8) coderay (1.1.3) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) crack (1.0.0) bigdecimal rexml - excon (0.110.0) + excon (0.112.0) faraday (2.0.1) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) @@ -40,34 +40,36 @@ GEM faraday-multipart (1.0.4) multipart-post (~> 2) faraday-net_http (2.1.0) - hashdiff (1.1.0) - i18n (1.14.4) + hashdiff (1.1.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) lz4-ruby (0.3.3) method_source (1.1.0) - minitest (5.22.3) + minitest (5.25.1) multi_json (1.15.0) - multipart-post (2.4.0) - oj (3.16.3) + multipart-post (2.4.1) + oj (3.16.6) bigdecimal (>= 3.0) - parallel (1.24.0) - power_assert (2.0.3) + ostruct (>= 0.2) + ostruct (0.6.0) + parallel (1.26.3) + power_assert (2.0.4) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.5) - rack (3.0.10) + public_suffix (5.1.1) + rack (3.1.8) rake (13.2.1) request_store (1.7.0) rack (>= 1.4) - rexml (3.2.6) + rexml (3.3.9) ruby2_keywords (0.0.5) spawnling (2.1.5) test-unit (3.6.2) power_assert tzinfo (2.0.6) concurrent-ruby (~> 1.0) - webmock (3.23.0) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -86,4 +88,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.4.21 + 2.4.22 diff --git a/ontologies_api_client.gemspec b/ontologies_api_client.gemspec index b2ae8c2..749131f 100644 --- a/ontologies_api_client.gemspec +++ b/ontologies_api_client.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |gem| gem.version = "2.2.0" gem.add_dependency('activesupport', '~> 7.0.4') - gem.add_dependency('excon') + gem.add_dependency('excon','0.112.0') gem.add_dependency('faraday') gem.add_dependency('faraday-excon', '~> 2.0.0') gem.add_dependency('faraday-multipart')