File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/rubocop/rails_accessibility Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 ruby :
16- - ' 2.7 '
16+ - ' 3.0 '
1717
1818 steps :
1919 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rubocop-rails-accessibility (0.2 .0 )
4+ rubocop-rails-accessibility (1.0 .0 )
55 rubocop (>= 1.0.0 )
66
77GEM
Original file line number Diff line number Diff line change 22
33module RuboCop
44 module RailsAccessibility
5- VERSION = "0.2 .0"
5+ VERSION = "1.0 .0"
66 end
77end
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . summary = "Custom RuboCop rules for Rails Accessibility."
1212 spec . homepage = "https://github.com/github/rubocop-rails-accessibility"
1313 spec . license = "MIT"
14- spec . required_ruby_version = ">= 2.7 .0"
14+ spec . required_ruby_version = ">= 3.0 .0"
1515
1616 spec . metadata [ "homepage_uri" ] = spec . homepage
1717 spec . metadata [ "source_code_uri" ] = spec . homepage
You can’t perform that action at this time.
0 commit comments