Skip to content

Commit

Permalink
Update parser dependency to the 3.3.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 6, 2024
1 parent 1134a81 commit 0ccc0a9
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,7 +32,7 @@ Gem::Specification.new do |spec|
}

spec.add_runtime_dependency 'dry-schema', '~> 1.13.0'
spec.add_runtime_dependency 'parser', '~> 3.2.0'
spec.add_runtime_dependency 'parser', '~> 3.3.0'
spec.add_runtime_dependency 'rainbow', '>= 2.0', '< 4.0'
spec.add_runtime_dependency 'rexml', '~> 3.1'
end

0 comments on commit 0ccc0a9

Please sign in to comment.