Skip to content

Commit 06c809c

Browse files
committed
Update require_ruby_version to 1.72 for plugin
RuboCop 1.72 or later is required for plugin support.
1 parent e33a747 commit 06c809c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [#330](https://github.com/rubocop/rubocop-minitest/pull/330): Update `require_ruby_version` to 1.72 for plugin. ([@koic][])

rubocop-minitest.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
3434
spec.require_paths = ['lib']
3535

3636
spec.add_dependency 'lint_roller', '~> 1.1'
37-
spec.add_dependency 'rubocop', '>= 1.61', '< 2.0'
37+
spec.add_dependency 'rubocop', '>= 1.72', '< 2.0'
3838
spec.add_dependency 'rubocop-ast', '>= 1.38.0', '< 2.0'
3939
end

0 commit comments

Comments
 (0)