Skip to content

Commit

Permalink
upgrades timecop to support Ruby 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar9 committed Nov 13, 2023
1 parent 22b6070 commit 9e146cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ GEM
simplecov-html (0.12.2)
thor (1.0.1)
thread_safe (0.3.6)
timecop (0.9.1)
timecop (0.9.8)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
Expand All @@ -198,7 +198,7 @@ DEPENDENCIES
rspec-rails (~> 3.9)
rubocop (~> 0.74.0)
simplecov
timecop (~> 0.9)
timecop (~> 0.9.8)
yard (~> 0.9)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion resource_registry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'activesupport', '~> 5.2.4'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'database_cleaner', '~> 1.7'
spec.add_development_dependency 'timecop', '~> 0.9'
spec.add_development_dependency 'timecop', '~> 0.9.8'
spec.add_development_dependency 'rubocop', '~> 0.74.0'
spec.add_development_dependency 'yard', '~> 0.9'
spec.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit 9e146cf

Please sign in to comment.