Skip to content

Commit

Permalink
feat: install timecop gem
Browse files Browse the repository at this point in the history
  • Loading branch information
LucDelmon committed Aug 23, 2022
1 parent 1041f5a commit 6a7a027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ end
group :test do
gem 'rspec-sidekiq'
gem 'simplecov', require: false
gem 'timecop'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -272,6 +273,7 @@ DEPENDENCIES
sidekiq (~> 6.5)
simplecov
spring
timecop

RUBY VERSION
ruby 3.0.0p0
Expand Down

0 comments on commit 6a7a027

Please sign in to comment.