From fad3ae1b335cd58905a128db8b87129046290a0b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 26 Nov 2021 02:03:59 +0100 Subject: [PATCH] Bump dependency gems and update gemfiles --- Gemfile.lock | 33 ++++++++++++++-------------- test/gemfiles/no-rails.Gemfile.lock | 34 +++++++++++++++++------------ 2 files changed, 36 insertions(+), 31 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c991999..1fa9653 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) builder (3.2.4) @@ -51,7 +51,7 @@ GEM diff-lcs (1.4.4) docile (1.4.0) erubi (1.10.0) - ethon (0.14.0) + ethon (0.15.0) ffi (>= 1.15.0) fabrication (2.22.0) faraday (1.8.0) @@ -75,7 +75,7 @@ GEM faraday-rack (1.0.0) faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.15.3) + ffi (1.15.4) fuubar (2.5.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) @@ -83,7 +83,7 @@ GEM httparty (~> 0.18) terminal-table (~> 1.5, >= 1.5.1) hashdiff (1.0.1) - httparty (0.18.1) + httparty (0.20.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) i18n (1.8.11) @@ -93,7 +93,7 @@ GEM json-schema-rspec (0.0.4) json-schema (~> 2.5) rspec - listen (3.5.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.12.0) @@ -102,9 +102,9 @@ GEM macaddr (1.7.2) systemu (~> 2.6.5) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) + mime-types-data (3.2021.1115) mini_portile2 (2.6.1) minitest (5.14.4) multi_xml (0.6.0) @@ -131,12 +131,12 @@ GEM pronto-rubocop (0.11.1) pronto (~> 0.11.0) rubocop (>= 0.63.1, < 2.0) - pry (0.13.1) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.8.0) byebug (~> 11.0) - pry (~> 0.13.0) + pry (~> 0.10) public_suffix (4.0.6) racc (1.6.0) rack (2.2.3) @@ -175,7 +175,7 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (5.0.1) + rspec-rails (5.0.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -183,7 +183,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (3.10.3) rubocop (1.23.0) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -214,19 +214,18 @@ GEM simplecov (>= 0.4.1) simplecov_json_formatter (0.1.3) systemu (2.6.5) - terminal-table (1.8.0) - unicode-display_width (~> 1.1, >= 1.1.1) + terminal-table (1.6.0) thor (1.1.0) typhoeus (1.4.0) ethon (>= 0.9.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (1.8.0) + unicode-display_width (2.1.0) uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - webmock (3.13.0) - addressable (>= 2.3.6) + webmock (3.14.0) + addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) yard (0.9.26) diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index 62d63cc..0a5aea6 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -16,31 +16,37 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) crack (0.4.5) rexml diff-lcs (1.4.4) docile (1.4.0) - ethon (0.14.0) + ethon (0.15.0) ffi (>= 1.15.0) fabrication (2.22.0) - faraday (1.4.3) + faraday (1.8.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) faraday-net_http (~> 1.0) faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) multipart-post (>= 1.2, < 3) ruby2_keywords (>= 0.0.4) faraday-em_http (1.0.0) faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) + faraday-httpclient (1.0.1) faraday-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) - faraday_middleware (1.0.0) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.15.3) + ffi (1.15.4) fuubar (2.5.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) @@ -53,13 +59,13 @@ GEM macaddr (1.7.2) systemu (~> 2.6.5) multipart-post (2.1.1) - nokogiri (1.11.7-x86_64-linux) + nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) public_suffix (4.0.6) - racc (1.5.2) - rake (13.0.3) + racc (1.6.0) + rake (13.0.6) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -76,9 +82,9 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-support (3.10.2) + rspec-support (3.10.3) ruby-progressbar (1.11.0) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -93,8 +99,8 @@ GEM uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - webmock (3.13.0) - addressable (>= 2.3.6) + webmock (3.14.0) + addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -117,4 +123,4 @@ DEPENDENCIES webmock (~> 3.0) BUNDLED WITH - 2.2.21 + 2.2.32