diff --git a/Gemfile b/Gemfile index b5188789a..0b64155aa 100644 --- a/Gemfile +++ b/Gemfile @@ -277,7 +277,7 @@ group :test do # RSpec (unit tests, some integration tests) gem "fixture_builder", "0.5.2.rc3" - gem "fuubar", "2.4.0" + gem "fuubar", "2.4.1" gem "json-schema-rspec", "0.0.4" gem "rspec-json_expectations", "~> 2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 67acf8a3f..01b6acdcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM fugit (1.2.2) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.1) - fuubar (2.4.0) + fuubar (2.4.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) get_process_mem (0.2.3) @@ -811,7 +811,7 @@ DEPENDENCIES faraday_middleware (= 0.13.1) fixture_builder (= 0.5.2.rc3) fog-aws (= 3.5.1) - fuubar (= 2.4.0) + fuubar (= 2.4.1) gon (= 6.2.1) guard (= 2.15.0) guard-rspec (= 4.7.3)