From a92f5dec9cb24339402688829ac8d7f39ebdf654 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 24 Aug 2017 03:21:19 +0200 Subject: [PATCH] Bump dependency gems and update gemfiles --- Gemfile.lock | 2 +- test/gemfiles/no-rails.Gemfile | 2 +- test/gemfiles/no-rails.Gemfile.lock | 18 +++++++++--------- test/gemfiles/rails4.Gemfile | 2 +- test/gemfiles/rails4.Gemfile.lock | 22 +++++++++++----------- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 57d86d6..c525ee2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM guard-rubocop (1.3.0) guard (~> 2.0) rubocop (~> 0.20) - hashdiff (0.3.5) + hashdiff (0.3.6) httparty (0.15.6) multi_xml (>= 0.5.2) i18n (0.8.6) diff --git a/test/gemfiles/no-rails.Gemfile b/test/gemfiles/no-rails.Gemfile index 74abf5c..f08663f 100644 --- a/test/gemfiles/no-rails.Gemfile +++ b/test/gemfiles/no-rails.Gemfile @@ -21,7 +21,7 @@ group :test do gem "nyan-cat-formatter", require: false # test coverage - gem "simplecov", "0.14.1", require: false + gem "simplecov", "0.15.0", require: false gem "simplecov-rcov", "0.2.3", require: false # test helpers diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index 4990726..3785d86 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: ../.. specs: diaspora_federation (0.2.1) - faraday (>= 0.9.0, < 0.13.0) + faraday (>= 0.9.0, < 0.14.0) faraday_middleware (>= 0.10.0, < 0.13.0) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) @@ -24,8 +24,8 @@ GEM docile (1.1.5) ethon (0.10.1) ffi (>= 1.3.0) - fabrication (2.16.2) - faraday (0.12.2) + fabrication (2.16.3) + faraday (0.13.1) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) @@ -33,7 +33,7 @@ GEM fuubar (2.2.0) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (0.3.5) + hashdiff (0.3.6) json (2.1.0) json-schema (2.8.0) addressable (>= 2.4) @@ -68,15 +68,15 @@ GEM rspec-support (3.6.0) ruby-progressbar (1.8.1) safe_yaml (1.0.4) - simplecov (0.14.1) + simplecov (0.15.0) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.1) + simplecov-html (0.10.2) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) systemu (2.6.5) - typhoeus (1.1.2) + typhoeus (1.3.0) ethon (>= 0.9.0) uuid (2.3.8) macaddr (~> 1.0) @@ -100,9 +100,9 @@ DEPENDENCIES rspec (~> 3.6.0) rspec-collection_matchers (~> 1.1.2) rspec-json_expectations (~> 2.1) - simplecov (= 0.14.1) + simplecov (= 0.15.0) simplecov-rcov (= 0.2.3) webmock (~> 3.0) BUNDLED WITH - 1.15.3 + 1.15.4 diff --git a/test/gemfiles/rails4.Gemfile b/test/gemfiles/rails4.Gemfile index 9226a94..b7fd383 100644 --- a/test/gemfiles/rails4.Gemfile +++ b/test/gemfiles/rails4.Gemfile @@ -21,7 +21,7 @@ group :test do gem "nyan-cat-formatter", require: false # test coverage - gem "simplecov", "0.14.1", require: false + gem "simplecov", "0.15.0", require: false gem "simplecov-rcov", "0.2.3", require: false # test helpers diff --git a/test/gemfiles/rails4.Gemfile.lock b/test/gemfiles/rails4.Gemfile.lock index f98836c..f06d427 100644 --- a/test/gemfiles/rails4.Gemfile.lock +++ b/test/gemfiles/rails4.Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: ../.. specs: diaspora_federation (0.2.1) - faraday (>= 0.9.0, < 0.13.0) + faraday (>= 0.9.0, < 0.14.0) faraday_middleware (>= 0.10.0, < 0.13.0) nokogiri (~> 1.6, >= 1.6.8) typhoeus (~> 1.0) @@ -47,8 +47,8 @@ GEM erubis (2.7.0) ethon (0.10.1) ffi (>= 1.3.0) - fabrication (2.16.2) - faraday (0.12.2) + fabrication (2.16.3) + faraday (0.13.1) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) @@ -56,7 +56,7 @@ GEM fuubar (2.2.0) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (0.3.5) + hashdiff (0.3.6) i18n (0.8.6) json (2.1.0) json-schema (2.8.0) @@ -108,7 +108,7 @@ GEM rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.6.0) - rspec-rails (3.6.0) + rspec-rails (3.6.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -119,17 +119,17 @@ GEM rspec-support (3.6.0) ruby-progressbar (1.8.1) safe_yaml (1.0.4) - simplecov (0.14.1) + simplecov (0.15.0) docile (~> 1.1.0) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) - simplecov-html (0.10.1) + simplecov-html (0.10.2) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) systemu (2.6.5) - thor (0.19.4) + thor (0.20.0) thread_safe (0.3.6) - typhoeus (1.1.2) + typhoeus (1.3.0) ethon (>= 0.9.0) tzinfo (1.2.3) thread_safe (~> 0.1) @@ -158,9 +158,9 @@ DEPENDENCIES rspec-collection_matchers (~> 1.1.2) rspec-json_expectations (~> 2.1) rspec-rails (~> 3.6.0) - simplecov (= 0.14.1) + simplecov (= 0.15.0) simplecov-rcov (= 0.2.3) webmock (~> 3.0) BUNDLED WITH - 1.15.3 + 1.15.4