Skip to content

Commit

Permalink
Drop 2.6 and add 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Sep 12, 2023
1 parent 557c57d commit ec4c2cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- ubuntu-latest
- macos-latest
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- 'head'
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require:
- workitcop

AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
SuggestExtensions: false
NewCops: enable

Expand Down
2 changes: 1 addition & 1 deletion workitcop.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 cops for `RuboCop`."
spec.homepage = "https://github.com/ydah/workitcop"
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 ec4c2cf

Please sign in to comment.