Skip to content

Commit

Permalink
Merge pull request #22659 from jrafanie/disallow_timecop_0_9_7
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock authored Aug 14, 2023
2 parents f9d069c + 4c8b322 commit 716aa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ group :test do
gem "db-query-matchers", "~>0.10.0"
gem "factory_bot", "~>5.1", :require => false
gem "simplecov", ">=0.21.2", :require => false
gem "timecop", "~>0.9", :require => false
gem "timecop", "~>0.9", "!= 0.9.7", :require => false
gem "vcr", "~>5.0", :require => false
gem "webmock", "~>3.7", :require => false
end
Expand Down

0 comments on commit 716aa7c

Please sign in to comment.