Skip to content

Commit

Permalink
use fix/federation-requests-timeout for ruby client
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilelkihal committed Jan 28, 2025
1 parent 93b5986 commit 106e3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ gem 'iso-639', '~> 0.3.6'
gem 'countries', '~> 5.7'

# Custom API client
gem 'ontologies_api_client', git: 'https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git', branch: 'development'
gem 'ontologies_api_client', git: 'https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git', branch: 'fix/federation-requests-timeout'
# Ruby 2.7.8 pinned gems (to remove when migrating to Ruby >= 3.0)

gem 'ffi', '~> 1.16.3'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
GIT
remote: https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git
revision: 7423b46ff6fa7e5ef0f1d36548f7c04466939f71
branch: development
revision: 64d44cbcb957b6d723c75b4cd28e605e0d507934
branch: fix/federation-requests-timeout
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 Down

0 comments on commit 106e3ec

Please sign in to comment.