Update rspec-rails 6.1.2 → 6.1.3 (patch) #3433
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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
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
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
Release Notes
5.24.1 (from changelog)
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 8 commits:
Branching minitest to version 5.24.1
- Fix the error message when an extension is invalid value. (y-yagi)
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.
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