diff --git a/Gemfile b/Gemfile index 21c7d21e4..a322ccc62 100644 --- a/Gemfile +++ b/Gemfile @@ -269,7 +269,7 @@ group :test do gem "fixture_builder", "0.4.1" gem "fuubar", "2.1.1" - gem "test_after_commit", "1.0.0" + gem "test_after_commit", "1.1.0" # Cucumber (integration tests) diff --git a/Gemfile.lock b/Gemfile.lock index ed88a5083..31dff6c87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -835,7 +835,7 @@ GEM term-ansicolor (1.3.2) tins (~> 1.0) terminal-table (1.6.0) - test_after_commit (1.0.0) + test_after_commit (1.1.0) activerecord (>= 3.2) thor (0.19.1) thread_safe (0.3.5) @@ -1036,7 +1036,7 @@ DEPENDENCIES spring (= 1.7.2) spring-commands-cucumber (= 1.0.1) spring-commands-rspec (= 1.0.4) - test_after_commit (= 1.0.0) + test_after_commit (= 1.1.0) timecop (= 0.8.1) turbo_dev_assets (= 0.0.2) twitter (= 5.16.0)