diff --git a/Gemfile b/Gemfile index 741c75d2345456f0623b34d70f62d56bb001e499..7fe8b1af47d28e90d133d28dd416f6d10f7d3f30 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 d5ed2b738663cec5f01a99325b38336a950fb5f8..a3f1c6f782007061a3e0e52397f9aa6829fc9f38 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)