From 46bff6887af71bf8950a83659a880913c3a2c3ac Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 10 May 2017 02:25:41 +0200 Subject: [PATCH] Bump dependency gems and update gemfiles --- Gemfile.lock | 6 ++--- test/gemfiles/no-rails.Gemfile | 2 +- test/gemfiles/no-rails.Gemfile.lock | 28 +++++++++---------- test/gemfiles/rails4.Gemfile | 4 +-- test/gemfiles/rails4.Gemfile.lock | 42 ++++++++++++++--------------- 5 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0de7bb1..63f64f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM guard-rubocop (1.2.0) guard (~> 2.0) rubocop (~> 0.20) - hashdiff (0.3.2) + hashdiff (0.3.4) httparty (0.14.0) multi_xml (>= 0.5.2) i18n (0.8.1) @@ -104,7 +104,7 @@ GEM systemu (~> 2.6.2) method_source (0.8.2) mini_portile2 (2.1.0) - minitest (5.10.1) + minitest (5.10.2) multi_xml (0.6.0) multipart-post (2.0.0) nenv (0.3.0) @@ -138,7 +138,7 @@ GEM byebug (~> 9.0) pry (~> 0.10) public_suffix (2.0.5) - rack (2.0.1) + rack (2.0.2) rack-test (0.6.3) rack (>= 1.0) rails-dom-testing (2.0.2) diff --git a/test/gemfiles/no-rails.Gemfile b/test/gemfiles/no-rails.Gemfile index b130e71..4b2e73b 100644 --- a/test/gemfiles/no-rails.Gemfile +++ b/test/gemfiles/no-rails.Gemfile @@ -36,5 +36,5 @@ group :development, :test do gem "rake" # unit tests - gem "rspec", "~> 3.5.0" + gem "rspec", "~> 3.6.0" end diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index 2297809..444eed8 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -35,7 +35,7 @@ GEM fuubar (2.2.0) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (0.3.2) + hashdiff (0.3.4) json (2.1.0) json-schema (2.8.0) addressable (>= 2.4) @@ -46,28 +46,28 @@ GEM systemu (~> 2.6.2) mini_portile2 (2.1.0) multipart-post (2.0.0) - nokogiri (1.7.1) + nokogiri (1.7.2) mini_portile2 (~> 2.1.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) public_suffix (2.0.5) rake (12.0.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) rspec-collection_matchers (1.1.3) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) + rspec-support (~> 3.6.0) rspec-json_expectations (2.1.0) - rspec-mocks (3.5.0) + rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) ruby-progressbar (1.8.1) safe_yaml (1.0.4) simplecov (0.13.0) @@ -100,7 +100,7 @@ DEPENDENCIES json-schema-rspec (= 0.0.4) nyan-cat-formatter rake - rspec (~> 3.5.0) + rspec (~> 3.6.0) rspec-collection_matchers (~> 1.1.2) rspec-json_expectations (~> 2.1) simplecov (= 0.13.0) diff --git a/test/gemfiles/rails4.Gemfile b/test/gemfiles/rails4.Gemfile index 3a2e4b5..87c91c3 100644 --- a/test/gemfiles/rails4.Gemfile +++ b/test/gemfiles/rails4.Gemfile @@ -36,8 +36,8 @@ group :development, :test do gem "rake" # unit tests - gem "rspec", "~> 3.5.0" - gem "rspec-rails", "~> 3.5.1" + gem "rspec", "~> 3.6.0" + gem "rspec-rails", "~> 3.6.0" end gem "actionpack", "4.2.8" diff --git a/test/gemfiles/rails4.Gemfile.lock b/test/gemfiles/rails4.Gemfile.lock index b8f5b31..b7c244f 100644 --- a/test/gemfiles/rails4.Gemfile.lock +++ b/test/gemfiles/rails4.Gemfile.lock @@ -58,7 +58,7 @@ GEM fuubar (2.2.0) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (0.3.2) + hashdiff (0.3.4) i18n (0.8.1) json (2.1.0) json-schema (2.8.0) @@ -71,9 +71,9 @@ GEM macaddr (1.7.1) systemu (~> 2.6.2) mini_portile2 (2.1.0) - minitest (5.10.1) + minitest (5.10.2) multipart-post (2.0.0) - nokogiri (1.7.1) + nokogiri (1.7.2) mini_portile2 (~> 2.1.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) @@ -95,30 +95,30 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.0.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) rspec-collection_matchers (1.1.3) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) + rspec-support (~> 3.6.0) rspec-json_expectations (2.1.0) - rspec-mocks (3.5.0) + rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-rails (3.5.2) + rspec-support (~> 3.6.0) + rspec-rails (3.6.0) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) ruby-progressbar (1.8.1) safe_yaml (1.0.4) simplecov (0.13.0) @@ -157,10 +157,10 @@ DEPENDENCIES json-schema-rspec (= 0.0.4) nyan-cat-formatter rake - rspec (~> 3.5.0) + rspec (~> 3.6.0) rspec-collection_matchers (~> 1.1.2) rspec-json_expectations (~> 2.1) - rspec-rails (~> 3.5.1) + rspec-rails (~> 3.6.0) simplecov (= 0.13.0) simplecov-rcov (= 0.2.3) webmock (~> 3.0)