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
* Changes needed for Ruby 4.0.0
* Test with Ruby 4.0 too
* Patch FakeFS
* Add a note about Ruby 4.0
* Apply patch by @faisal
* Remove irb and bump dependency on fakefs
* undef :path
* Additional changes for 5.0 (Ruby 4 support) branch (#566)
* Update version, and version compatibility, for 5.0 release.
* run mdl with Ruby 4
# Conflicts:
# CHANGELOG.md
* Fixed up changelog
- restored notes and one change that got dropped in rebasing
- split out the changelog to include 4.12 release we haven't done yet
* Require ostruct, because Ruby 4.0 no longer bundles it.
* [CHANGE] Update byebug dependency, for Ruby 4.0 compatibility fixes
* Small fix to avoid unnecessary strictness in comparison
---------
Co-authored-by: Faisal N Jawdat <faisal@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,23 @@
1
-
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.11.0...main)
1
+
# main [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.12.0...main)
2
2
3
3
*[CHANGE] ...
4
4
*[BUGFIX] ...
5
5
*[CHORE] ...
6
6
*[FEATURE] ...
7
7
8
-
*[CHORE] Sorted cops in .rubocop.yml to make it easier for maintainers to add or modify cop settings, and unified duplicate Metrics/MethodLength settings. (by [@faisal][])
9
-
*[CHORE] Updated README with last supported Ruby versions for the older as well as the latest releases of Rubycritic/Ruby (by [@faisal][])
8
+
*[CHORE] Bump byebug dependency (by [@faisal][])
9
+
*[CHORE] Bump mdl and mocha dependencies (by [@faisal][])
10
+
*[CHORE] Bump minitest dependency, and add minitest-mock dependency (by [@faisal][])
11
+
*[CHORE] Bump fakefs dependency, and drop irb dependency (by [@faisal][])
12
+
*[CHORE] In RubyCritic::Generator::Html::Line, require cgi/escape rather than cgi, as the latter is removed from Ruby 4.0 (by [@faisal][])
13
+
*[CHORE] Run Markdown linting in CI using Ruby 4.0 (by [@faisal][])
14
+
*[CHANGE] Sorted cops in .rubocop.yml to make it easier for maintainers to add or modify cop settings, and unified duplicate Metrics/MethodLength settings. (by [@faisal][])
10
15
*[CHANGE] Drop support for Ruby 3.1.x and JRuby 9.4 (by [@faisal][])
11
16
*[CHANGE] Add CI support for JRuby 10.0 (by [@faisal][])
17
+
*[CHORE] Start testing library with Ruby 4.0 (by [@etagwerker][])
0 commit comments