Skip to content

Commit

Permalink
Update psych requirement from ~> 3.1 to >= 3.1, < 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [psych](https://github.com/ruby/psych) to permit the latest version.
- [Release notes](https://github.com/ruby/psych/releases)
- [Commits](ruby/psych@v3.1.0...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2021
1 parent 4db8cf5 commit 5b211a1
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 |s|

s.add_runtime_dependency 'kwalify', '~> 0.7.0'
s.add_runtime_dependency 'parser', '~> 3.0.0'
s.add_runtime_dependency 'psych', '~> 3.1'
s.add_runtime_dependency 'psych', '>= 3.1', '< 5.0'
s.add_runtime_dependency 'rainbow', '>= 2.0', '< 4.0'
end

0 comments on commit 5b211a1

Please sign in to comment.