Skip to content

Commit be846e0

Browse files
Update standard requirement from ~> 1.50.0 to ~> 1.51.1 (#143)
Updates the requirements on [standard](https://github.com/standardrb/standard) to permit the latest version. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.50.0...v1.51.1) --- updated-dependencies: - dependency-name: standard dependency-version: 1.51.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9821efc commit be846e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino-client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Gem::Specification.new do |gem|
3131
gem.add_development_dependency "webmock", ["~> 3.0"]
3232
gem.add_development_dependency "addressable", "~> 2.8.1" # 2.5.0 doesn't support Ruby 1.9.3
3333
gem.add_development_dependency "simplecov", "~> 0.22.0"
34-
gem.add_development_dependency "standard", "~> 1.50.0"
34+
gem.add_development_dependency "standard", "~> 1.51.1"
3535
gem.add_development_dependency "psych", "~> 3"
3636
end

0 commit comments

Comments
 (0)