Skip to content

Commit

Permalink
add timecop to all other test gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgi committed Sep 24, 2024
1 parent 63ce836 commit c23171b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/gemfiles/Gemfile-rails-6.0
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions spec/gemfiles/Gemfile-rails-6.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions spec/gemfiles/Gemfile-rails-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions spec/gemfiles/Gemfile-rails-7.1
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c23171b

Please sign in to comment.