Skip to content

Commit

Permalink
fix: excon new version breaking the UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Oct 30, 2024
1 parent 7423b46 commit 6f3e2f0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 21 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -86,4 +88,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.21
2.4.22
2 changes: 1 addition & 1 deletion ontologies_api_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6f3e2f0

Please sign in to comment.