diff --git a/Gemfile b/Gemfile index ae6b610a0..4f232f457 100644 --- a/Gemfile +++ b/Gemfile @@ -255,7 +255,7 @@ group :test do gem "fixture_builder", "0.4.1" gem "fuubar", "2.0.0" gem "rspec-instafail", "0.4.0", require: false - gem "test_after_commit", "0.4.1" + gem "test_after_commit", "0.4.2" # Cucumber (integration tests) diff --git a/Gemfile.lock b/Gemfile.lock index 7300dd1b6..6109c61a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -717,7 +717,7 @@ GEM sprockets (>= 2.8, < 4.0) state_machine (1.2.0) systemu (2.6.5) - test_after_commit (0.4.1) + test_after_commit (0.4.2) activerecord (>= 3.2) thor (0.19.1) thread_safe (0.3.5) @@ -890,7 +890,7 @@ DEPENDENCIES spring (= 1.5.0) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) - test_after_commit (= 0.4.1) + test_after_commit (= 0.4.2) timecop (= 0.8.0) twitter (= 5.15.0) twitter-text (= 1.13.0)