From 4d8aeaeede8c63139632a4ba1326835519244d2d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 23 Mar 2019 03:18:10 +0100 Subject: [PATCH] Bump dependency gems and update gemfiles --- Gemfile.lock | 32 +++++++++++++-------------- test/gemfiles/no-rails.Gemfile.lock | 30 ++++++++++++------------- test/gemfiles/rails4.Gemfile.lock | 34 ++++++++++++++--------------- 3 files changed, 48 insertions(+), 48 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 361cc1d..8645ded 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,14 +57,14 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) - ffi (1.9.25) + ffi (1.10.0) formatador (0.2.5) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - gitlab (4.7.0) - httparty (>= 0.14.0) - terminal-table (>= 1.5.1) + gitlab (4.10.0) + httparty (~> 0.14, >= 0.14.0) + terminal-table (~> 1.5, >= 1.5.1) guard (2.15.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -82,14 +82,14 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - hashdiff (0.3.7) - httparty (0.16.3) + hashdiff (0.3.8) + httparty (0.16.4) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.4.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.1) - json (2.1.0) + jaro_winkler (1.5.2) + json (2.2.0) json-schema (2.8.1) addressable (>= 2.4) json-schema-rspec (0.0.4) @@ -123,8 +123,8 @@ GEM rspec (>= 2.99, >= 2.14.2, < 4) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - parallel (1.12.1) - parser (2.5.3.0) + parallel (1.14.0) + parser (2.6.2.0) ast (~> 2.4.0) powerpack (0.1.2) pronto (0.9.5) @@ -162,8 +162,8 @@ GEM rake rake (12.3.2) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -198,8 +198,8 @@ GEM unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.10.0) ruby_dep (1.5.0) - rugged (0.27.5) - safe_yaml (1.0.4) + rugged (0.28.1) + safe_yaml (1.0.5) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) @@ -227,11 +227,11 @@ GEM ethon (>= 0.9.0) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.4.0) + unicode-display_width (1.5.0) uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - webmock (3.4.2) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index 0fd34c5..956d001 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: diaspora_federation (0.2.5) faraday (>= 0.9.0, < 0.16.0) - faraday_middleware (>= 0.10.0, < 0.13.0) + faraday_middleware (>= 0.10.0, < 0.14.0) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) valid (~> 1.0) @@ -16,25 +16,25 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) docile (1.3.1) - ethon (0.11.0) + ethon (0.12.0) ffi (>= 1.3.0) fabrication (2.16.3) - faraday (0.15.3) + faraday (0.15.4) multipart-post (>= 1.2, < 3) - faraday_middleware (0.12.2) + faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) - ffi (1.9.25) + ffi (1.10.0) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (0.3.7) - json (2.1.0) + hashdiff (0.3.8) + json (2.2.0) json-schema (2.8.1) addressable (>= 2.4) json-schema-rspec (0.0.4) @@ -42,14 +42,14 @@ GEM rspec macaddr (1.7.1) systemu (~> 2.6.2) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) multipart-post (2.0.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.9.1) + mini_portile2 (~> 2.4.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) public_suffix (3.0.3) - rake (12.3.1) + rake (12.3.2) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -67,7 +67,7 @@ GEM rspec-support (~> 3.8.0) rspec-support (3.8.0) ruby-progressbar (1.10.0) - safe_yaml (1.0.4) + safe_yaml (1.0.5) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -81,7 +81,7 @@ GEM uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - webmock (3.4.2) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -106,4 +106,4 @@ DEPENDENCIES webmock (~> 3.0) BUNDLED WITH - 1.17.1 + 1.17.3 diff --git a/test/gemfiles/rails4.Gemfile.lock b/test/gemfiles/rails4.Gemfile.lock index 384a29d..d3ce053 100644 --- a/test/gemfiles/rails4.Gemfile.lock +++ b/test/gemfiles/rails4.Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: diaspora_federation (0.2.5) faraday (>= 0.9.0, < 0.16.0) - faraday_middleware (>= 0.10.0, < 0.13.0) + faraday_middleware (>= 0.10.0, < 0.14.0) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) valid (~> 1.0) @@ -37,31 +37,31 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) builder (3.2.3) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.4) diff-lcs (1.3) docile (1.3.1) erubis (2.7.0) - ethon (0.11.0) + ethon (0.12.0) ffi (>= 1.3.0) fabrication (2.16.3) - faraday (0.15.3) + faraday (0.15.4) multipart-post (>= 1.2, < 3) - faraday_middleware (0.12.2) + faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) - ffi (1.9.25) + ffi (1.10.0) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (0.3.7) + hashdiff (0.3.8) i18n (0.9.5) concurrent-ruby (~> 1.0) - json (2.1.0) + json (2.2.0) json-schema (2.8.1) addressable (>= 2.4) json-schema-rspec (0.0.4) @@ -72,11 +72,11 @@ GEM nokogiri (>= 1.5.9) macaddr (1.7.1) systemu (~> 2.6.2) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) multipart-post (2.0.0) - nokogiri (1.8.5) - mini_portile2 (~> 2.3.0) + nokogiri (1.9.1) + mini_portile2 (~> 2.4.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) public_suffix (3.0.3) @@ -96,7 +96,7 @@ GEM activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.1) + rake (12.3.2) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -112,7 +112,7 @@ GEM rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-rails (3.8.1) + rspec-rails (3.8.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -122,7 +122,7 @@ GEM rspec-support (~> 3.8.0) rspec-support (3.8.0) ruby-progressbar (1.10.0) - safe_yaml (1.0.4) + safe_yaml (1.0.5) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -140,7 +140,7 @@ GEM uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - webmock (3.4.2) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -168,4 +168,4 @@ DEPENDENCIES webmock (~> 3.0) BUNDLED WITH - 1.17.1 + 1.17.3