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 eb0d0fc commit 0a1d7bfCopy full SHA for 0a1d7bf
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
strategy:
11
matrix:
12
ruby-version:
13
- - "2.6"
14
- "2.7"
15
- "3.0"
16
- "3.1"
17
- "3.2"
18
- "3.3"
+ - "3.4"
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Ruby
dotstrings.gemspec
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
22
s.add_development_dependency 'rubocop-rake'
23
s.add_development_dependency 'simplecov'
24
25
- s.required_ruby_version = '>= 2.6.0'
+ s.required_ruby_version = '>= 2.7.0'
26
s.metadata['rubygems_mfa_required'] = 'true'
27
end
0 commit comments