From 9ae6a6db1b2450ec0e4410a34028dad02602e752 Mon Sep 17 00:00:00 2001 From: Sean Kirby Date: Fri, 2 Oct 2020 21:53:27 -0400 Subject: [PATCH] Removes timecop for real --- gemfiles/rails_5_2.gemfile.lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/gemfiles/rails_5_2.gemfile.lock b/gemfiles/rails_5_2.gemfile.lock index cdadaa8..c67c32d 100644 --- a/gemfiles/rails_5_2.gemfile.lock +++ b/gemfiles/rails_5_2.gemfile.lock @@ -69,7 +69,6 @@ GEM simplecov-html (0.12.3) thor (1.0.1) thread_safe (0.3.6) - timecop (0.9.1) tzinfo (1.2.7) thread_safe (~> 0.1) virtus (1.0.5) @@ -89,7 +88,6 @@ DEPENDENCIES pg (~> 0.18.0) rake (~> 13) rspec (~> 3.0) - timecop virtus (~> 1.0) vorpal!