Skip to content

Commit

Permalink
Update addressable requirement from ~> 2.4.0 to ~> 2.8.1 (#82)
Browse files Browse the repository at this point in the history
Updates the requirements on [addressable](https://github.com/sporkmonger/addressable) to permit the latest version.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.4.0...addressable-2.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2022
1 parent 8e46420 commit 24b0c9e
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 @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rake", [">= 0.9.2", "< 11.0"]
gem.add_development_dependency "rspec", ["~> 2.13.0"]
gem.add_development_dependency "webmock", ["~> 3.0"]
gem.add_development_dependency "addressable", ["~> 2.4.0"] # 2.5.0 doesn't support Ruby 1.9.3
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.12.1"
end

0 comments on commit 24b0c9e

Please sign in to comment.