File tree 4 files changed +4
-4
lines changed
lib/rubocop/rails_accessibility
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
ruby :
16
- - ' 2.7 '
16
+ - ' 3.0 '
17
17
18
18
steps :
19
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rubocop-rails-accessibility (0.2 .0 )
4
+ rubocop-rails-accessibility (1.0 .0 )
5
5
rubocop (>= 1.0.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 2
2
3
3
module RuboCop
4
4
module RailsAccessibility
5
- VERSION = "0.2 .0"
5
+ VERSION = "1.0 .0"
6
6
end
7
7
end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
spec . summary = "Custom RuboCop rules for Rails Accessibility."
12
12
spec . homepage = "https://github.com/github/rubocop-rails-accessibility"
13
13
spec . license = "MIT"
14
- spec . required_ruby_version = ">= 2.7 .0"
14
+ spec . required_ruby_version = ">= 3.0 .0"
15
15
16
16
spec . metadata [ "homepage_uri" ] = spec . homepage
17
17
spec . metadata [ "source_code_uri" ] = spec . homepage
You can’t perform that action at this time.
0 commit comments