Skip to content

Commit

Permalink
Update psych requirement from ~> 3 to ~> 5
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.0.0...v5.1.2)

---
updated-dependencies:
- dependency-name: psych
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 6716716 commit 12ae134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "addressable", "~> 2.8.1" # 2.5.0 doesn't support Ruby 1.9.3
gem.add_development_dependency "simplecov", "~> 0.22.0"
gem.add_development_dependency "standard", "~> 1.30.1"
gem.add_development_dependency "psych", "~> 3"
gem.add_development_dependency "psych", "~> 5"
end

0 comments on commit 12ae134

Please sign in to comment.