From d561d2caf1ccb329afa36e72f6c5c2a7edb55ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Fri, 20 Mar 2020 13:06:01 +0100 Subject: [PATCH] update fuubar to 2.5.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 741c75d234..7fe8b1af47 100644 --- a/Gemfile +++ b/Gemfile @@ -277,7 +277,7 @@ group :test do # RSpec (unit tests, some integration tests) gem "fixture_builder", "0.5.2" - gem "fuubar", "2.4.1" + gem "fuubar", "2.5.0" gem "json-schema-rspec", "0.0.4" gem "rspec-json_expectations", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index d5ed2b7386..a3f1c6f782 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM fugit (1.2.2) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.1) - fuubar (2.4.1) + fuubar (2.5.0) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) get_process_mem (0.2.3) @@ -636,7 +636,7 @@ GEM rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) - rspec-support (3.8.2) + rspec-support (3.8.3) rubocop (0.72.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -820,7 +820,7 @@ DEPENDENCIES faraday_middleware (= 0.13.1) fixture_builder (= 0.5.2) fog-aws (= 3.5.1) - fuubar (= 2.4.1) + fuubar (= 2.5.0) gon (= 6.2.1) guard (= 2.15.0) guard-rspec (= 4.7.3) -- GitLab