From 80075541763fce80e048032dd6b671df258e6d43 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Tue, 19 Jan 2021 00:32:42 +0000 Subject: [PATCH] Remove test_after_commit gem, it's baked into rails 5 now --- Gemfile | 5 ++++- Gemfile_next.lock | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5518b8d7af..b3f3358721 100644 --- a/Gemfile +++ b/Gemfile @@ -35,6 +35,10 @@ else gem 'db2fog' gem 'unicorn' + + group :test do + gem 'test_after_commit' # needed to test Devise callbacks + end end gem 'i18n' @@ -160,7 +164,6 @@ end group :test do gem 'simplecov', require: false gem 'test-prof' - gem 'test_after_commit' # needed to test Devise callbacks gem 'webmock' # See spec/spec_helper.rb for instructions # gem 'perftools.rb' diff --git a/Gemfile_next.lock b/Gemfile_next.lock index 683842987f..724a917b6d 100644 --- a/Gemfile_next.lock +++ b/Gemfile_next.lock @@ -500,8 +500,6 @@ GEM test-prof (0.7.5) test-unit (3.3.7) power_assert - test_after_commit (1.1.0) - activerecord (>= 3.2) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.10) @@ -647,7 +645,6 @@ DEPENDENCIES stripe test-prof test-unit (~> 3.3) - test_after_commit timecop uglifier (>= 1.0.3) unicorn-rails