Skip to content

Commit

Permalink
major: v1.0.0
Browse files Browse the repository at this point in the history
Breaking changes:
- Requires Ruby >= 3
  • Loading branch information
smockle authored Feb 8, 2024
1 parent 2b00224 commit c729e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7'
- '3.0'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-rails-accessibility (0.2.0)
rubocop-rails-accessibility (1.0.0)
rubocop (>= 1.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rails_accessibility/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module RailsAccessibility
VERSION = "0.2.0"
VERSION = "1.0.0"
end
end
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 RuboCop rules for Rails Accessibility."
spec.homepage = "https://github.com/github/rubocop-rails-accessibility"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
Expand Down

0 comments on commit c729e4e

Please sign in to comment.