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 Feb 15, 2025
1 parent c8c03b8 commit 4232325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sugar_utils.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Gem::Specification.new do |spec|
# Dependencies whose APIs we do not really depend upon, and can be upgraded
# without limiting.
spec.add_development_dependency 'bundler-audit'
spec.add_development_dependency 'irb'
spec.add_development_dependency 'license_finder'
spec.add_development_dependency 'logger'
spec.add_development_dependency 'irb'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop-performance'
spec.add_development_dependency 'rubocop-rake'
Expand Down

0 comments on commit 4232325

Please sign in to comment.