Skip to content

Commit

Permalink
Update Psych dependency to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewl authored and robkilby committed Sep 6, 2023
1 parent 29d2cf5 commit 6377c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml_normalizer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'peach', '~> 0.5'
spec.add_dependency 'psych', '~> 5.0.1'
spec.add_dependency 'psych', '~> 5.0'
spec.add_dependency 'rake', '< 14.0'

spec.add_development_dependency 'awesome_print'
Expand Down

0 comments on commit 6377c94

Please sign in to comment.