Skip to content

Commit

Permalink
Upgrade minimum ruby version to 2.7 (#86)
Browse files Browse the repository at this point in the history
* Upgrade minimum ruby version to 2.7.0

* Remove ruby 2.6 from testing targets
  • Loading branch information
yuokada authored Jan 16, 2023
1 parent 79e722c commit 07921fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7']
ruby-version: ['2.7']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion trino-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 1.9.1"
gem.required_ruby_version = ">= 2.7.0"

gem.add_dependency "faraday", ["~> 1.0"]
gem.add_dependency "faraday_middleware", ["~> 1.0"]
Expand Down

0 comments on commit 07921fd

Please sign in to comment.