Skip to content

Commit

Permalink
Update standard requirement from ~> 1.0.0 to ~> 1.12.1
Browse files Browse the repository at this point in the history
Updates the requirements on [standard](https://github.com/testdouble/standard) to permit the latest version.
- [Release notes](https://github.com/testdouble/standard/releases)
- [Changelog](https://github.com/testdouble/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.0.0...v1.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2022
1 parent d1b619a commit bbb900f
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 @@ -27,5 +27,5 @@ Gem::Specification.new do |gem|
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 "simplecov", ["~> 0.10.0"]
gem.add_development_dependency "standard", ["~> 1.0.0"]
gem.add_development_dependency "standard", "~> 1.12.1"
end

0 comments on commit bbb900f

Please sign in to comment.