From 4f3043c818b6d5016e18a1c308fbe2df3d712767 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Wed, 30 Jun 2021 04:16:02 +0200 Subject: [PATCH] Update no-rails.Gemfile --- test/gemfiles/no-rails.Gemfile | 6 +-- test/gemfiles/no-rails.Gemfile.lock | 80 ++++++++++++++--------------- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/test/gemfiles/no-rails.Gemfile b/test/gemfiles/no-rails.Gemfile index cd31967..dc888da 100644 --- a/test/gemfiles/no-rails.Gemfile +++ b/test/gemfiles/no-rails.Gemfile @@ -19,11 +19,11 @@ end group :test do # rspec formatter - gem "fuubar", "2.4.1", require: false + gem "fuubar", "2.5.1", require: false gem "nyan-cat-formatter", require: false # test coverage - gem "simplecov", "0.17.1", require: false + gem "simplecov", "0.21.2", require: false gem "simplecov-rcov", "0.2.3", require: false # test helpers @@ -37,5 +37,5 @@ group :development, :test do gem "rake" # unit tests - gem "rspec", "~> 3.9.0" + gem "rspec", "~> 3.10.0" end diff --git a/test/gemfiles/no-rails.Gemfile.lock b/test/gemfiles/no-rails.Gemfile.lock index a269781..5062514 100644 --- a/test/gemfiles/no-rails.Gemfile.lock +++ b/test/gemfiles/no-rails.Gemfile.lock @@ -18,14 +18,14 @@ GEM specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - crack (0.4.3) - safe_yaml (~> 1.0.0) - diff-lcs (1.3) - docile (1.3.2) - ethon (0.12.0) - ffi (>= 1.3.0) - fabrication (2.20.2) - faraday (1.4.2) + crack (0.4.5) + rexml + diff-lcs (1.4.4) + docile (1.4.0) + ethon (0.14.0) + ffi (>= 1.15.0) + fabrication (2.22.0) + faraday (1.4.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -40,12 +40,11 @@ GEM faraday-net_http_persistent (1.1.0) faraday_middleware (1.0.0) faraday (~> 1.0) - ffi (1.11.1) - fuubar (2.4.1) + ffi (1.15.3) + fuubar (2.5.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - hashdiff (1.0.0) - json (2.2.0) + hashdiff (1.0.1) json-schema (2.8.1) addressable (>= 2.4) json-schema-rspec (0.0.4) @@ -53,68 +52,69 @@ GEM rspec macaddr (1.7.2) systemu (~> 2.6.5) - mini_portile2 (2.4.0) multipart-post (2.1.1) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.7-x86_64-linux) + racc (~> 1.4) nyan-cat-formatter (0.12.0) rspec (>= 2.99, >= 2.14.2, < 4) - public_suffix (4.0.1) - rake (13.0.0) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) + public_suffix (4.0.6) + racc (1.5.2) + rake (13.0.3) + rexml (3.2.5) + rspec (3.10.0) + rspec-core (~> 3.10.0) + rspec-expectations (~> 3.10.0) + rspec-mocks (~> 3.10.0) rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.9.0) - rspec-support (~> 3.9.0) - rspec-expectations (3.9.0) + rspec-core (3.10.1) + rspec-support (~> 3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) + rspec-support (~> 3.10.0) rspec-json_expectations (2.2.0) - rspec-mocks (3.9.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.0) - ruby-progressbar (1.10.1) + rspec-support (~> 3.10.0) + rspec-support (3.10.2) + ruby-progressbar (1.11.0) ruby2_keywords (0.0.4) - safe_yaml (1.0.5) - simplecov (0.17.1) + simplecov (0.21.2) docile (~> 1.1) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.2) + simplecov-html (~> 0.11) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) + simplecov_json_formatter (0.1.3) systemu (2.6.5) typhoeus (1.4.0) ethon (>= 0.9.0) uuid (2.3.9) macaddr (~> 1.0) valid (1.2.0) - webmock (3.7.6) + webmock (3.13.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS - ruby + x86_64-linux DEPENDENCIES diaspora_federation! diaspora_federation-json_schema! diaspora_federation-test! - fuubar (= 2.4.1) + fuubar (= 2.5.1) json-schema-rspec (= 0.0.4) nyan-cat-formatter rake - rspec (~> 3.9.0) + rspec (~> 3.10.0) rspec-collection_matchers (~> 1.2.0) rspec-json_expectations (~> 2.1) - simplecov (= 0.17.1) + simplecov (= 0.21.2) simplecov-rcov (= 0.2.3) webmock (~> 3.0) BUNDLED WITH - 2.1.4 + 2.2.21