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 ef97508 commit e48f8abCopy full SHA for e48f8ab
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
ruby:
16
- - '2.6'
+ - '2.7'
17
18
steps:
19
- uses: actions/checkout@v2
rubocop-rails-accessibility.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
spec.summary = "Custom extension for RuboCop."
12
spec.homepage = "https://github.com/dummy/rubocop-rails-accessibility"
spec.license = "MIT"
- spec.required_ruby_version = ">= 2.6.0"
+ spec.required_ruby_version = ">= 2.7.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments