Reset ActiveSupport::CurrentAttributes between examples. (Javier Julio, #2752)
Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
Fix have_status_code behaviour with deprecated status names by delegating
to Rack::Utils.status_code/1 to set the expected status code. (Darren Boyd, #2765)
* Define Erubi.h as a module function (jeremyevans)
* Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags (jeremyevans)
Fix the "false positive" warning message when using a negated raise_error matcher
with a RegExp instance. (Eric Mueller, #1456)
Enhancements:
Improve the IO emulation in the output capture matchers (output(...).to_stdout et al)
by adding as_tty and as_not_tty to change the tty? flags. (Sergio Gil Pérez de la Manga, #1459)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rspec-rails (6.1.2 → 6.1.3) · Repo · Changelog
Release Notes
6.1.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
v6.1.3
Fix changelog link
Merge pull request #2769 from rspec/fix-rails-main-build-27
Merge pull request #2768 from rspec/fix-rails-main-build
Add missing spec for #2765
Correct changelog for #2765
Merge pull request #2765 from darrenboyd/rack-public-api-use
Note selenium changes
Merge pull request #2767 from rspec/remove-reliah-gem
Merge pull request #2766 from rspec/fix-ci-warning
Fix Mailer Specs heading typo
Change log for #2764
Merge pull request #2764 from chiaraani/patch-1
Merge pull request #2755 from javierjulio/patch-4
Changelog for #2752
Merge pull request #2752 from javierjulio/patch-1
↗️ builder (indirect, 3.2.4 → 3.3.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 24 commits:
Release 3.3.0
Merge pull request #24 from casperisfine/update-ci
File.exists? -> File.exist?
Update CI configuration and gemspec
Merge pull request #23 from Earlopain/ci-update
Add Ruby 3.1-3.3 to CI
Update readme and gemspec to point to rails/builder repo
Merge pull request #9 from timkrins/patch-2
Merge pull request #14 from hosamaly/patch-1
Merge pull request #15 from voxik/remove-blankslate
Merge pull request #16 from voxik/gh-actions
Merge pull request #19 from kbrock/chmod
Merge pull request #20 from kbrock/pr/64
Merge pull request #21 from kbrock/pr/63
Updated comments which are incorrect.
Fix spelling mistake in example
remove exec but from rdoc
Drop Travis configuration.
Setup GitHub actions.
Use BasicObject instead of BlankSlate
Update the changelog for v3.2.4
Merge pull request #8 from orien/gem-metadata
Add project metadata to the gemspec
Fix spelling mistake
↗️ concurrent-ruby (indirect, 1.3.1 → 1.3.3) · Repo · Changelog
Release Notes
1.3.3
1.3.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
1.3.3
Improve speed for windows `Get-CimInstance`
1.3.2
Add a windows job to CI
Remove dependency on `win32ole`
Automatically run bundle install before running tests
Release edge 0.7.1
Make it possible to publish edge without base
Ensure JRuby is used in release tests
Fix concurrent-ruby-edge to depend on `~> MAJOR.MINOR` of concurrent-ruby
Get RakeCompilerDock to work with either podman or docker, based on what is installed
Fix method name in CHANGELOG.md
↗️ erubi (indirect, 1.12.0 → 1.13.0) · Repo · Changelog
Release Notes
1.13.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Bump version to 1.13.0
Add erubi/capture_block to the gem
Adjust nocov markers
Define Erubi.h as a module function
Add erubi/capture_block, supporting capturing block output via standard <%= and <%== tags
Restructure tests to make it so the same basic tests can be used for multiple engines
Add Ruby 3.3 to CI and bump actions/checkout to v4
Switch from hanna-nouveau to hanna
Stop testing Ruby 2.2 in CI as it no longer works with ubuntu-latest
Move to actions/checkout@v3
Limit rake gem restriction in CI to Ruby <2.4
Add CI for Ruby 3.2
↗️ minitest (indirect, 5.23.1 → 5.24.0) · Repo · Changelog
Release Notes
5.24.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
prepped for release
+ Added Minitest.register_plugin.
Remove more anacronisms. Allow tests to pass w/o rubygems loaded.
- Removed anacronism, but allow load_plugins to exit gracefully if --disable=gems.
Fix one failing tests when string literals are frozen.
Moved some methods around to follow actual call structure a bit better.
↗️ nokogiri (indirect, 1.16.5 → 1.16.6) · Repo · Changelog
Release Notes
1.16.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
version bump to v1.16.6
dep: update libxml2 to 2.12.8 (backport to v1.16.x) (#3229)
doc: update CHANGELOG
dep: update libxml2 to 2.12.8
↗️ rspec-expectations (indirect, 3.13.0 → 3.13.1) · Repo · Changelog
Release Notes
3.13.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
v3.13.1
Create SECURITY.md
Merge pull request #1456 from nevinera/nev--give-correct-message-for-regex-not-raise-case
Merge pull request #1452 from rspec/fix-documentation-indentation
Remove accidentally commited file
Merge pull request #1450 from rspec/update-ci-build-scripts-2024-02-23-for-main
↗️ rspec-mocks (indirect, 3.13.0 → 3.13.1) · Repo · Changelog
Release Notes
3.13.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
v3.13.1
Changelog for #1575
Merge pull request #1575 from nevinera/nev--1574--allow-mocking-mutex-synchronize
Merge pull request #1569 from p-linnane/fix-various-typos
Merge pull request #1571 from rspec/update-ci-build-scripts-2024-02-23-for-main
↗️ zeitwerk (indirect, 2.6.15 → 2.6.16) · Repo · Changelog
Release Notes
2.6.16 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Ready for 2.6.16
Remove ruby-lsp from the Gemfile
Introduces the private class Zeitwerk::Cref
Add ruby-lsp to the Gemfile
Merge pull request #295 from kianmeng/fix-typos
Fix typos
Log directories being ignored for having no Ruby file
Reword and reorder logging test
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands