Skip to content

Commit e48f8ab

Browse files
committed
bump required ruby version to 2.7
1 parent ef97508 commit e48f8ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
ruby:
16-
- '2.6'
16+
- '2.7'
1717

1818
steps:
1919
- uses: actions/checkout@v2

rubocop-rails-accessibility.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Custom extension for RuboCop."
1212
spec.homepage = "https://github.com/dummy/rubocop-rails-accessibility"
1313
spec.license = "MIT"
14-
spec.required_ruby_version = ">= 2.6.0"
14+
spec.required_ruby_version = ">= 2.7.0"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)