Skip to content

Commit

Permalink
Update rubycritic.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nunosilva800 authored Apr 14, 2024
1 parent 59b1e1d commit 105d35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubycritic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'launchy', '>= 2.5.2'
spec.add_runtime_dependency 'parser', '>= 3.2.2.4'
spec.add_runtime_dependency 'rainbow', '~> 3.1.1'
spec.add_runtime_dependency 'reek', '~> 6.1', '< 7.0' # >= 6.2 requires Ruby 3
spec.add_runtime_dependency 'reek', '~> 6.0', '< 6.2'
spec.add_runtime_dependency 'rexml'
spec.add_runtime_dependency 'ruby_parser', '~> 3.21'
spec.add_runtime_dependency 'simplecov', '>= 0.22.0'
Expand Down

0 comments on commit 105d35f

Please sign in to comment.