From c23171bc4c1773b27a9b10d4633e519e682b28a3 Mon Sep 17 00:00:00 2001 From: Tomasz Gieniusz Date: Tue, 24 Sep 2024 19:13:52 +1000 Subject: [PATCH] add timecop to all other test gemfiles --- spec/gemfiles/Gemfile-rails-6.0 | 1 + spec/gemfiles/Gemfile-rails-6.1 | 1 + spec/gemfiles/Gemfile-rails-7.0 | 1 + spec/gemfiles/Gemfile-rails-7.1 | 1 + 4 files changed, 4 insertions(+) diff --git a/spec/gemfiles/Gemfile-rails-6.0 b/spec/gemfiles/Gemfile-rails-6.0 index 9bcb0dbb..523c53ca 100644 --- a/spec/gemfiles/Gemfile-rails-6.0 +++ b/spec/gemfiles/Gemfile-rails-6.0 @@ -20,4 +20,5 @@ group :test do gem 'minitest-hooks', '1.4.0' gem 'pry' gem 'pg_examiner', '~> 0.5.2' + gem 'timecop', '~> 0.9.10' end diff --git a/spec/gemfiles/Gemfile-rails-6.1 b/spec/gemfiles/Gemfile-rails-6.1 index 7a3d2828..fa72d011 100644 --- a/spec/gemfiles/Gemfile-rails-6.1 +++ b/spec/gemfiles/Gemfile-rails-6.1 @@ -20,4 +20,5 @@ group :test do gem 'minitest-hooks', '1.4.0' gem 'pry' gem 'pg_examiner', '~> 0.5.2' + gem 'timecop', '~> 0.9.10' end diff --git a/spec/gemfiles/Gemfile-rails-7.0 b/spec/gemfiles/Gemfile-rails-7.0 index b40936de..d1909983 100644 --- a/spec/gemfiles/Gemfile-rails-7.0 +++ b/spec/gemfiles/Gemfile-rails-7.0 @@ -20,4 +20,5 @@ group :test do gem 'minitest-hooks', '1.4.0' gem 'pry' gem 'pg_examiner', '~> 0.5.2' + gem 'timecop', '~> 0.9.10' end diff --git a/spec/gemfiles/Gemfile-rails-7.1 b/spec/gemfiles/Gemfile-rails-7.1 index 2da7475c..d9d3545d 100644 --- a/spec/gemfiles/Gemfile-rails-7.1 +++ b/spec/gemfiles/Gemfile-rails-7.1 @@ -20,4 +20,5 @@ group :test do gem 'minitest-hooks', '1.4.0' gem 'pry' gem 'pg_examiner', '~> 0.5.2' + gem 'timecop', '~> 0.9.10' end