Skip to content

Commit

Permalink
bump required ruby version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Aug 22, 2022
1 parent ef97508 commit e48f8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
ruby:
- '2.6'
- '2.7'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion rubocop-rails-accessibility.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = "Custom extension for RuboCop."
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
Expand Down

0 comments on commit e48f8ab

Please sign in to comment.