We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c6dce commit c84e8faCopy full SHA for c84e8fa
2 files changed
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- ruby-version: ['2.6', '2.7', '3.0']
+ ruby-version: ['2.7', '3.0', '3.2']
14
15
steps:
16
- uses: actions/checkout@v3
typesense.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.license = 'Apache-2.0'
17
18
# rubocop:disable Gemspec/RequiredRubyVersion
19
- spec.required_ruby_version = '>= 2.4'
+ spec.required_ruby_version = '>= 2.7'
20
# rubocop:enable Gemspec/RequiredRubyVersion
21
22
spec.files = `git ls-files -z`.split("\x0").reject do |f|
0 commit comments