From 4a7a7241185a111722b77ab961fe156969e8c9c2 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 9 Feb 2018 21:50:02 +0100 Subject: [PATCH] Bump dependency gems and update gemfiles --- Gemfile.lock | 14 +++++++------- test/gemfiles/no-rails.Gemfile.lock | 6 +++--- test/gemfiles/rails4.Gemfile.lock | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b43e0c3..e5b6d1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - ffi (1.9.18) + ffi (1.9.21) formatador (0.2.5) fuubar (2.3.1) rspec-core (~> 3.0) @@ -83,9 +83,9 @@ GEM guard (~> 2.0) rubocop (~> 0.20) hashdiff (0.3.7) - httparty (0.15.6) + httparty (0.15.7) multi_xml (>= 0.5.2) - i18n (0.9.3) + i18n (0.9.4) concurrent-ruby (~> 1.0) json (2.1.0) json-schema (2.8.0) @@ -105,7 +105,7 @@ GEM systemu (~> 2.6.2) method_source (0.9.0) mini_portile2 (2.3.0) - minitest (5.11.2) + minitest (5.11.3) multi_xml (0.6.0) multipart-post (2.0.0) nenv (0.3.0) @@ -139,7 +139,7 @@ GEM byebug (~> 10.0) pry (~> 0.10) public_suffix (3.0.1) - rack (2.0.3) + rack (2.0.4) rack-test (0.8.2) rack (>= 1.0, < 3) rails-dom-testing (2.0.3) @@ -182,7 +182,7 @@ GEM rspec-expectations (~> 3.7.0) rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) - rspec-support (3.7.0) + rspec-support (3.7.1) rubocop (0.52.1) parallel (~> 1.10) parser (>= 2.4.0.2, < 3.0) @@ -219,7 +219,7 @@ GEM thread_safe (0.3.6) typhoeus (1.3.0) ethon (>= 0.9.0) - tzinfo (1.2.4) + tzinfo (1.2.5) thread_safe (~> 0.1) unicode-display_width (1.3.0) uuid (2.3.8) diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index d9c5a79..da6444c 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -29,7 +29,7 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - ffi (1.9.18) + ffi (1.9.21) fuubar (2.3.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) @@ -44,7 +44,7 @@ GEM systemu (~> 2.6.2) mini_portile2 (2.3.0) multipart-post (2.0.0) - nokogiri (1.8.1) + nokogiri (1.8.2) mini_portile2 (~> 2.3.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) @@ -65,7 +65,7 @@ GEM rspec-mocks (3.7.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) - rspec-support (3.7.0) + rspec-support (3.7.1) ruby-progressbar (1.9.0) safe_yaml (1.0.4) simplecov (0.15.1) diff --git a/test/gemfiles/rails4.Gemfile.lock b/test/gemfiles/rails4.Gemfile.lock index dbf9097..c7f1898 100644 --- a/test/gemfiles/rails4.Gemfile.lock +++ b/test/gemfiles/rails4.Gemfile.lock @@ -54,12 +54,12 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - ffi (1.9.18) + ffi (1.9.21) fuubar (2.3.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) hashdiff (0.3.7) - i18n (0.9.3) + i18n (0.9.4) concurrent-ruby (~> 1.0) json (2.1.0) json-schema (2.8.0) @@ -75,7 +75,7 @@ GEM mini_portile2 (2.3.0) minitest (5.11.3) multipart-post (2.0.0) - nokogiri (1.8.1) + nokogiri (1.8.2) mini_portile2 (~> 2.3.0) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) @@ -120,7 +120,7 @@ GEM rspec-expectations (~> 3.7.0) rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) - rspec-support (3.7.0) + rspec-support (3.7.1) ruby-progressbar (1.9.0) safe_yaml (1.0.4) simplecov (0.15.1) @@ -135,7 +135,7 @@ GEM thread_safe (0.3.6) typhoeus (1.3.0) ethon (>= 0.9.0) - tzinfo (1.2.4) + tzinfo (1.2.5) thread_safe (~> 0.1) uuid (2.3.8) macaddr (~> 1.0)