From 6a7a027e962fa73184fcfbc6e5a39143182b7af5 Mon Sep 17 00:00:00 2001 From: LucDelmon Date: Tue, 23 Aug 2022 14:52:41 +0200 Subject: [PATCH] feat: install timecop gem --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index cdd092a..c3c4d15 100644 --- a/Gemfile +++ b/Gemfile @@ -49,4 +49,5 @@ end group :test do gem 'rspec-sidekiq' gem 'simplecov', require: false + gem 'timecop' end diff --git a/Gemfile.lock b/Gemfile.lock index bfaddf4..192554d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,6 +234,7 @@ GEM net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thor (1.2.1) + timecop (0.9.5) tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode-display_width (2.2.0) @@ -272,6 +273,7 @@ DEPENDENCIES sidekiq (~> 6.5) simplecov spring + timecop RUBY VERSION ruby 3.0.0p0