Update rspec-rails: 3.9.0 → 4.0.0 (major) #618
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 (3.9.0 → 4.0.0) · Repo · Changelog
Release Notes
4.0.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 more commits than we can show here.
Release Notes
2.5.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 21 commits:
version bump to v2.5.0
ci: update concourse pipelines with latest rubies
bug: remove HTML comments that exist outside the `html` element
update CHANGELOG
Merge pull request #180 from JuanitoFatas/remove-tests-from-gem
Merge pull request #178 from JuanitoFatas/allow-more-css-values
Merge pull request #181 from JuanitoFatas/fix-metadata
Update URL to hash format to generate metadata
Revert changes to generated gemspec
Remove test files from final gem
CSS sanitizer allows vmax length unit
CSS sanitizer allows vmin length unit
CSS sanitizer allows lh length unit
CSS sanitizer allows Q length unit
CSS sanitizer allows vh length unit
CSS sanitizer allows vw length unit
CSS sanitizer allows "ch" length unit
Merge pull request #170 from orien/gem-metadata
run `rufo` on test files
run `rufo` on all lib files
bump dev gemspec
Release Notes
3.9.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:
Version 3.9.1
Merge pull request #2672 from rspec/update-common-plaintext-files-2019-12-05-for-master
Update changelog for #2669
Avoid bisect command to get stuck (#2669)
Syncing older travis changes
Merge pull request #2680 from rspec/update-travis-build-scripts-2019-12-26-for-master
Commits
See the full diff on Github. The new version differs by 7 commits:
Version 3.9.1
Updated travis build scripts (from rspec-dev) (#1147)
Bump yard to support Ruby 2.7
Handle broken method handles in `respond_to` and `have_attributes` matchers. (#1164)
Updatted travis build scripts (from rspec-dev)
Updated common plaintext files (from rspec-dev) [ci skip] (#1145)
Updates from rspec-dev (2019-12-26) (#1149)
Release Notes
3.9.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 4 commits:
Version 3.9.1
Changelog for #1309
#1308: Call when_declaring_verifying_double for any_instance partial … (#1309)
Updates from rspec-dev (2019-12-26) (#1305)
Release Notes
3.9.2 (from changelog)
3.9.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 8 commits:
Version 3.9.2
Add missing full changelog links
Changelog for 3.9.2
Merge pull request #394 from mvz/test-hashes
Add missing changeog link
Version 3.9.1
Updates from rspec-dev that were missed
Merge pull request #392 from rspec/update-travis-build-scripts-2019-12-26-for-master
Release Notes
1.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Improve grammar.
Preparing v1.2.7.
Update to Ruby 2.7.1.
Revert to Ruby 2.4.9 and 2.7.0.
Update to Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 and JRuby 9.2.11.1.
Use shields.io for badges.
Update copyright years.
Add a build status badge for AppVeyor.
Replace broken links.
Use https for links where available.
Update to JRuby 9.2.11.0.
Merge pull request #112.
Test for just the non-existence of #untaint.
Fix comments relating to taint/untaint removal.
Don't rely on lexicographic version comparisons.
Fix test failures on Ruby 1.8.7.
Fix erroneous 'wrong number of arguments' errors on JRuby 9.0.5.0.
`$VERBOSE = false` won't be worked since `rb_warning` is changed to `rb_warn`
Update to Ruby 2.7.0.
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