Skip to content

Commit 52948bd

Browse files
authored
Merge pull request #44 from github/ruby-3
major: Release v1.0.0
2 parents 2b00224 + c729e4e commit 52948bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
ruby:
16-
- '2.7'
16+
- '3.0'
1717

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

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-rails-accessibility (0.2.0)
4+
rubocop-rails-accessibility (1.0.0)
55
rubocop (>= 1.0.0)
66

77
GEM

lib/rubocop/rails_accessibility/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RuboCop
44
module RailsAccessibility
5-
VERSION = "0.2.0"
5+
VERSION = "1.0.0"
66
end
77
end

rubocop-rails-accessibility.gemspec

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)