Skip to content

Commit

Permalink
Update parser dependency to the 3.2.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 8, 2023
1 parent dbd31bb commit 4d81280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
}

spec.add_runtime_dependency 'kwalify', '~> 0.7.0'
spec.add_runtime_dependency 'parser', '~> 3.1.0'
spec.add_runtime_dependency 'parser', '~> 3.2.0'
spec.add_runtime_dependency 'rainbow', '>= 2.0', '< 4.0'
end

0 comments on commit 4d81280

Please # to comment.