diff --git a/rest-v3/ruby/Gemfile b/rest-v3/ruby/Gemfile index 10b5d2f..8e8c521 100644 --- a/rest-v3/ruby/Gemfile +++ b/rest-v3/ruby/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'faraday', '~> 2.9' +gem 'faraday', '~> 2.14' gem 'json', '~> 2.7', '>= 2.7.1' gem 'openssl', '~> 3.2' diff --git a/rest-v3/ruby/Gemfile.lock b/rest-v3/ruby/Gemfile.lock index cea1419..382f6ed 100644 --- a/rest-v3/ruby/Gemfile.lock +++ b/rest-v3/ruby/Gemfile.lock @@ -1,22 +1,25 @@ GEM remote: https://rubygems.org/ specs: - faraday (2.9.0) - faraday-net_http (>= 2.0, < 3.2) - faraday-net_http (3.1.0) - net-http + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) json (2.7.1) - net-http (0.4.1) - uri + logger (1.7.0) + net-http (0.9.1) + uri (>= 0.11.1) openssl (3.2.0) - uri (0.13.3) + uri (1.1.1) PLATFORMS arm64-darwin-21 x86_64-linux DEPENDENCIES - faraday (~> 2.9) + faraday (~> 2.14) json (~> 2.7, >= 2.7.1) openssl (~> 3.2)