Skip to content

Commit 0a1d7bf

Browse files
committed
Drop Ruby 2.6
1 parent eb0d0fc commit 0a1d7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
ruby-version:
13-
- "2.6"
1413
- "2.7"
1514
- "3.0"
1615
- "3.1"
1716
- "3.2"
1817
- "3.3"
18+
- "3.4"
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Ruby

dotstrings.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
2222
s.add_development_dependency 'rubocop-rake'
2323
s.add_development_dependency 'simplecov'
2424

25-
s.required_ruby_version = '>= 2.6.0'
25+
s.required_ruby_version = '>= 2.7.0'
2626
s.metadata['rubygems_mfa_required'] = 'true'
2727
end

0 commit comments

Comments
 (0)