summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2017-02-23 14:16:01 -0700
committerConnor Shea <connor.james.shea@gmail.com>2017-02-23 14:16:01 -0700
commitc1a4966eec8c48e2d17c9f57c221362912e8684b (patch)
tree34321cbf19dbdefa9504a3600bfab1eaae90c0ca
parentedc2facfd95ab927e2792017f7658f8af0ac5504 (diff)
downloadgitlab-ce-rails-5.tar.gz
Remove test_after_commit gem.rails-5
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index f03a61fc12f..e56786aa782 100644
--- a/Gemfile
+++ b/Gemfile
@@ -325,7 +325,6 @@ group :test do
gem 'email_spec', '~> 1.6.0'
gem 'json-schema', '~> 2.6.2'
gem 'webmock', '~> 1.21.0'
- gem 'test_after_commit', '~> 1.1'
gem 'sham_rack', '~> 1.3.6'
gem 'timecop', '~> 0.8.0'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 6ec3883c388..30b919d1154 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -766,8 +766,6 @@ GEM
ffi
sysexits (1.2.0)
temple (0.7.7)
- test_after_commit (1.1.0)
- activerecord (>= 3.2)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
@@ -1008,7 +1006,6 @@ DEPENDENCIES
stackprof (~> 0.2.10)
state_machines-activerecord (~> 0.4.0)
sys-filesystem (~> 1.1.6)
- test_after_commit (~> 1.1)
thin (~> 1.7.0)
timecop (~> 0.8.0)
truncato (~> 0.7.8)