Skip to content

Commit e183d4c

Browse files
Try enabling 2.7
1 parent 9038793 commit e183d4c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- ubuntu-latest
1515
- macos-latest
1616
ruby:
17-
- '2.6'
1817
- '2.7'
1918
- '3.0'
2019
- '3.1'

scalar_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
1919
spec.files = Dir['{lib}/**/*', 'Rakefile', 'README.md']
2020
spec.require_paths = ['lib']
2121

22-
spec.required_ruby_version = '>= 2.6'
22+
spec.required_ruby_version = '>= 2.7'
2323
end

0 commit comments

Comments
 (0)