Skip to content

Commit

Permalink
Update standard requirement from ~> 1.30.1 to ~> 1.35.0 (#132)
Browse files Browse the repository at this point in the history
* Update standard requirement from ~> 1.30.1 to ~> 1.35.0

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.30.1...v1.35.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix Style/ArgumentsForwarding errors

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Okada <[email protected]>
  • Loading branch information
dependabot[bot] and yuokada authored Jan 15, 2025
1 parent 55c3bdc commit 4f05141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/trino/client/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run_with_names(query)
end
end

def self.new(*args)
Client.new(*args)
def self.new(...)
Client.new(...)
end
end
2 changes: 1 addition & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "webmock", ["~> 3.0"]
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 "standard", "~> 1.35.0"
gem.add_development_dependency "psych", "~> 3"
end

0 comments on commit 4f05141

Please sign in to comment.