Skip to content

Commit

Permalink
Merge pull request #148 from github/abraham-patch-1
Browse files Browse the repository at this point in the history
Set required_ruby_version to 3
  • Loading branch information
abraham authored Feb 12, 2024
2 parents 25b3c7c + 577c659 commit 9184314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Update Gemspec `required_ruby_version` to `>= 3.0.0`

## v0.21.0

- Added new GitHub/AvoidObjectSendWithDynamicMethod cop to discourage use of methods like Object#send
Expand Down
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest"
s.add_development_dependency "rake"

s.required_ruby_version = ">= 2.5.0"
s.required_ruby_version = ">= 3.0.0"

s.email = "[email protected]"
s.authors = "GitHub"
Expand Down

0 comments on commit 9184314

Please sign in to comment.