diff --git a/Gemfile b/Gemfile index eff4c3180..582295c9b 100644 --- a/Gemfile +++ b/Gemfile @@ -275,7 +275,7 @@ end group :test do # RSpec (unit tests, some integration tests) - gem "fixture_builder", "0.4.1" + gem "fixture_builder", "0.5.0" gem "fuubar", "2.2.0" gem "test_after_commit", "1.1.0" diff --git a/Gemfile.lock b/Gemfile.lock index a12d2a793..7f6c800af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM faraday_middleware (0.11.0.1) faraday (>= 0.7.4, < 1.0) ffi (1.9.18) - fixture_builder (0.4.1) + fixture_builder (0.5.0) activerecord (>= 2) activesupport (>= 2) fog-aws (1.4.0) @@ -787,7 +787,7 @@ DEPENDENCIES faraday (= 0.11.0) faraday-cookie_jar (= 0.0.6) faraday_middleware (= 0.11.0.1) - fixture_builder (= 0.4.1) + fixture_builder (= 0.5.0) fog-aws (= 1.4.0) fuubar (= 2.2.0) gon (= 6.1.0)