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?
✳️ binding_of_caller (0.8.0 → 1.0.0) · Repo · Changelog
Release Notes
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
Add a more thorough gem description
Add changelog, remove extraneous files from built gem
Delete HISTORY
Merge pull request #82 from BetterErrors/feature/version-1.0.0
Update readme to specify supported MRI version
Version 1.0.0
Fix alignment in gemspec
Merge pull request #80 from BetterErrors/feature/ruby-3.0
System tests: disable JRuby and truffleruby
MRI 3.0 release and add system test
Build on Ruby 3
Support MRI2 and 3 the same
Update CI badge
Merge pull request #79 from BetterErrors/master
Github Actions for CI tests
Update gem structure and remove Ruby < 2.0 support
↗️ debug_inspector (indirect, 0.0.3 → 1.1.0) · Repo
Release Notes
1.1.0
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
Merge pull request #32 from BetterErrors/feature/version-1.1.0
Version 1.1.0
Merge pull request #31 from BetterErrors/feature/version-1.1.0rc1
Version 1.0.1rc1
Merge pull request #30 from BetterErrors/fix/load-extension-from-ext-dir
Another attempt to get CI to build the gem
Try including lib_dir when building
Ruby 3.0 on Windows CI
CI install without rake task
Try loading from both locations
List the contents of the installed gem in CI
Load extension from the ext directory
Add gem description and changelog URI
Merge pull request #28 from BetterErrors/feature/version-1.0.0
Version 1.0.0
Merge pull request #26 from BetterErrors/fix/installation-on-non-mri
Cleaner way to run MRI 3 on Windows
Don't test gem functionality on non-MRI
Test the installed gem
Update MRI and disable broken Windows CI
Test gem installation in CI
Fix gem load on non-MRI
Fix gem install on non-MRI platform
Merge pull request #25 from BetterErrors/fix/extension-fails-to-load
Fix build status badge
Fix extension location
Fix extension failing to load
Remove double-load of mkmf
Merge pull request #24 from BetterErrors/feature/support-ruby-3
Merge pull request #23 from BetterErrors/master
Run ruby-head on Windows
Update rake to support Ruby 3
Build on Ruby 3 in CI
Update readme to reflect supported MRI version
Merge branch 'BetterErrors/master' into feature/support-ruby-3
Add OS to test matrix
Remove Travis CI config
Update gem structure from current boilerplate
Update gemspec
Update CI badge on readme
Github Actions for CI tests
Extension supports Ruby 3.0
Change DebugInspector::Version to RubyVM::DebugInspector::Version. (#22)
Add tests that cover the basics (#17)
Set bundler/setup to load dependencies for the tests. (#16)
fix minitest dependency (#20)
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