Skip to content

Commit

Permalink
fixup! Upgrade minimum required Ruby to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acant committed Jan 31, 2025
1 parent 6d91f53 commit 76762a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-timecop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rspec-core', '>= 2.99.0'
spec.add_dependency 'timecop', '~> 0.8'

spec.add_development_dependency 'rake', '~> 12.2'
spec.add_development_dependency 'rake', '~> 13.2'
spec.add_development_dependency 'rspec', '~> 3.0'

# Dependencies whose APIs we do not really depend upon, and can be upgraded
Expand Down

0 comments on commit 76762a1

Please sign in to comment.