Commit f97c892
authored
Allow rubocop 1.73
Current gemspec required rubocop to be `'~> 1.72.1'`, which doesn't allow rubocop 1.73.
It's better to use `'~> 1.72', '>= 1.72.1'`.
This approach is used in other rubocop plugin gems, for example: https://github.com/rubocop/rubocop-factory_bot/blob/103168792b4e042a235825080b9e552f53be379a/rubocop-factory_bot.gemspec#L38C34-L38C56.1 parent 1a9052f commit f97c892
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
0 commit comments