Fixes a bug in which projects reopening the main namespace of a gem dependency
managed by its own Zeitwerk loader could not reload the constants they added
to that external namespace.
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.4 → 6.1.5) · Repo · Changelog
Release Notes
6.1.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
Bump gem version [oops missed from changelog commit]
Update rspec-rails description
v6.1.5
Changelog for #2781
Merge pull request #2784 from rspec/fix-rails-8-with-2781-and-2783
Add changelog entry for #2785
Merge pull request #2785 from franzliedke/patch-1
↗️ rspec-core (indirect, 3.13.0 → 3.13.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 15 commits:
v3.13.1
Tweak warning docs
Merge pull request #3101 from rspec/fix-ruby-head
Merge pull request #3103 from rspec/update-ci-build-scripts-2024-07-15-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Merge pull request #3093 from makicamel/fix-non_failing_example_ids
Merge pull request #3099 from rspec/update-ci-build-scripts-2024-07-09-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Add drb on Ruby 3.3. to ignore warning
Merge pull request #3091 from rspec/update-ci-build-scripts-2024-06-20-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Create SECURITY.md
Update Gemfile to point to metagem repo
Merge pull request #3089 from pda/fix-typo-in-around-context-warning
Fix spec for Ruby 3.3 and latest bundler
↗️ rspec-expectations (indirect, 3.13.1 → 3.13.2) · Repo · Changelog
Release Notes
3.13.2 (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:
v3.13.2
Merge pull request #1479 from nevinera/nev--1478--include-with-no-args-should-fail
Merge pull request #1476 from rspec/error-on-improperly-composing-matchers
Merge pull request #1458 from nevinera/nev--improve-test-coverage
Remove surplus access modifier.
drop assert_ivars/present_ivars from BaseMatcher
Merge pull request #1475 from rspec/update-ci-build-scripts-2024-07-15-for-3-13
Fix for Ruby 3.4 output in cucumber scenarios
Updated ci build scripts (from rspec-dev) 3-13
Merge pull request #1472 from rspec/replace-kernel-warning-with-rspec-warning
Merge pull request #1471 from rspec/fix-ruby-head
Merge pull request #1467 from glaucocustodio/raise-error-block-example
Merge pull request #1469 from rspec/update-ci-build-scripts-2024-07-09-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Changelog for #1455
Merge pull request #1455 from nevinera/nev--1132--handle-dynamic-matches-on-mocks-specially
↗️ thor (indirect, 1.3.1 → 1.3.2) · Repo · Changelog
Release Notes
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 9 commits:
Fix release script
Prepare for 1.3.2
Add release workflow
Merge pull request #878 from takmar/fix/find-class-and-command-name
Fix find_class_and_command_by_namespace to correctly identify hyphenated and alias command names
Add command_exists? method to Thor and Thor::Group classes
Merge pull request #880 from duffuniverse/fix-typos-in-readme
Add a missed comma to readme
Fix a few typos in README
↗️ zeitwerk (indirect, 2.6.17 → 2.6.18) · Repo · Changelog
Release Notes
2.6.18 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Ready for 2.6.18
Fix autoload_path_set_by_me_for? with inceptions
Update project rules about crefs
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