You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Rubocop plugins, use Ruby 3.0 as minimum version everywhere (#85)
Just a bit of cleanup:
- use Rubocop's plugin system instead of `require` to silence a warning
with recent Rubocop versions
- I added version constraints to ensure the various Rubocop gems are all
compatible with the new plugin system
- use 3.0 as the target Rubocop version instead of 2.7
- run Rubocop with Ruby 3.0 instead of 3.2 in CI
- use Ruby 3.0 instead of 3.1 as the oldest version in CI
This is consistent with 3.0 being the minimum required version in the
gemspec.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
#### Features
4
4
5
5
*[#81](https://github.com/ruby-grape/grape-swagger-entity/pull/81): Make entity fields required by default - [@olivier-thatch](https://github.com/olivier-thatch).
6
+
*[#85](https://github.com/ruby-grape/grape-swagger-entity/pull/85): Use rubocop plugins, use ruby 3.0 as minimum version everywhere - [@olivier-thatch](https://github.com/olivier-thatch).
0 commit comments