Skip to content

Commit

Permalink
Merge pull request #1761 from troessner/update-parser-3-3
Browse files Browse the repository at this point in the history
Update parser dependency to the 3.3.x series
  • Loading branch information
mvz authored Jan 6, 2024
2 parents 1134a81 + 0ccc0a9 commit 8fd76c5
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 8fd76c5

Please sign in to comment.