From f018dc61a3534a21af923fbeb029ed5ea73e5ac5 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Tue, 29 Jun 2021 02:40:28 +0200 Subject: [PATCH] Also update no-rails.Gemfile.lock --- test/gemfiles/no-rails.Gemfile.lock | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index 3666cdf..a269781 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -2,8 +2,8 @@ PATH remote: ../.. specs: diaspora_federation (0.2.6) - faraday (>= 0.9.0, < 0.18.0) - faraday_middleware (>= 0.10.0, < 0.14.0) + faraday (~> 1.0) + faraday_middleware (~> 1.0) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) valid (~> 1.0) @@ -25,10 +25,21 @@ GEM ethon (0.12.0) ffi (>= 1.3.0) fabrication (2.20.2) - faraday (0.17.0) + faraday (1.4.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - faraday_middleware (0.13.1) - faraday (>= 0.7.4, < 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) + faraday_middleware (1.0.0) + faraday (~> 1.0) ffi (1.11.1) fuubar (2.4.1) rspec-core (~> 3.0) @@ -67,6 +78,7 @@ GEM rspec-support (~> 3.9.0) rspec-support (3.9.0) ruby-progressbar (1.10.1) + ruby2_keywords (0.0.4) safe_yaml (1.0.5) simplecov (0.17.1) docile (~> 1.1) @@ -76,7 +88,7 @@ GEM simplecov-rcov (0.2.3) simplecov (>= 0.4.1) systemu (2.6.5) - typhoeus (1.3.1) + typhoeus (1.4.0) ethon (>= 0.9.0) uuid (2.3.9) macaddr (~> 1.0) @@ -105,4 +117,4 @@ DEPENDENCIES webmock (~> 3.0) BUNDLED WITH - 2.0.2 + 2.1.4