Update rspec-rails 7.0.1 → 7.1.0 (minor) #620
Open
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rspec-rails (7.0.1 → 7.1.0) · Repo · Changelog
Release Notes
7.1.0 (from changelog)
7.0.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 more commits than we can show here.
Release Notes
0.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Bump up v0.4.0
Enabled trusted publisher for rubygems.org
Update license files same as ruby/ruby
Merge pull request #16 from kaiquekandykoga/length-ljust
Merge pull request #25 from nithinbekal/benchmark-realtime-docs
Add example for Benchmark.realtime
Specify unit of time for Benchmark.realtime
Merge pull request #24 from Earlopain/required-ruby-version
Set required_ruby_version = ">= 2.1.0"
Merge pull request #21 from ruby/old-version-on-macos
Exclude older than 2.6 on macos-14
Release Notes
5.2.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 50 commits:
Bump up v5.2.0
Bump up v5.2.0.beta7
Always install test-unit and test-unit-ruby-core with bundle install
Bump up v5.2.0.beta6
Tweak JRuby build and packaging
Bump up v5.2.0.beta5
Install maven by apt
Bump up v5.2.0.beta4
Run bundle install manually
Bump up v5.2.0.beta3
Try to use latest version of rubygems with JRuby
Fixed wrong copy-and-paste configuration
Bump up v5.2.0.beta2
Enabled trusted publisher for rubygems.org
Merge pull request #688 from Shopify/match
Use `String#match?` over `String#=~` when applicable
Merge pull request #687 from zendesk-jmeade/integer-string-must-contain-numeric-symbols
Ensure strings with only underscores are not processed as Integer
Bump up 5.2.0.beta1
Merge pull request #675 from xuanxu/doc-line-width
Merge pull request #686 from ruby/lazily-load-stringio
Merge pull request #668 from G-Rath/patch-1
Unlimited line_width with -1
Make to load stringio lazily
Merge pull request #677 from ruby/ci-ruby25-on-macos-13
Tweak JRuby option
CI: Ruby 2.5 runs on macos-13 (amd64)
Merge pull request #684 from ruby/pz-psych-emitter-start-leak
Guard from memory leak in Psych::Emitter#start_document
Update .git-blame-ignore-revs
Merge pull request #683 from ruby/tabs-to-spaces-2
Convert tabs to spaces in test/psych/test_yaml.rb
Convert missed tabs to spaces in C files
Merge pull request #682 from ruby/fix-macos-ruby-2-5-ci
Exclude Ruby 2.5 on macOS from CI
Merge pull request #681 from ruby/git-blame-ignore-expand-tabs
Add .git-blame-ignore-revs to ignore expanding tabs
Merge pull request #680 from ruby/pz-tabs-to-spaces
Convert tabs to spaces in C files
Merge pull request #678 from Shopify/require-unless-defined
Don't call `Kernel#require` in hot loop
docs: specify correct default `fallback` value
Merge pull request #621 from fnordfish/dump-stringify-names
Merge pull request #666 from mark-young-atg/provide_changelog_link_on_rubygems
Merge pull request #641 from Invoca/quote-Y-N
Typofix by misspell
Provide a 'Changelog' link on rubygems.org/gems/psych
Merge pull request #665 from amomchilov/remove-unused-array
Remove now-unreachable rescue block
Remove unused array
Release Notes
0.5.11
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Bump version to 0.5.11 (#777)
Windows fix (#775)
Add TruffleRuby in CI (#768)
Add completion_append_character test (#773)
nonprinting_start and nonprinting_end should be removed (#771)
append completion_append_character only when continous completion is … (#764)
Use IO's encoding instead of Encoding.default_external (#765)
Support continuous tab completion (#761)
[DOC] Fix spelling
Add cursor keys for application keypad mode to default key bindings (#719)
Allow utf-8 safe meta key mapping in inputrc (#723)
Fix tempfile leaks (#757)
Hash#inspect style has changed in ruby 3.4
Concatenate some rendeing test (#749)
Make rendering test faster using updated yamatanooroti (#747)
Rename `matches?` as `match?` (#753)
Fix FD leaks (#752)
Fix incremental search cancel bug (#748)
Add a timeout to cursor_pos (#750)
Fix Reline crash with invalid encoding history (#751)
Specify commit hash of yamatanooroti (#746)
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 12 commits:
v3.13.2
Merge pull request #3117 from rspec/push_requires_into_config_as_required
Merge pull request #3118 from rspec/fix-ruby-head-hash-syntax
Merge pull request #3114 from rspec/fix-ruby-head-build
Merge pull request #3112 from the-spectator/proc_type
Remove coverage version check
Restore parity with rspec-dev #3098
Merge pull request #3095 from makicamel/remove-redundunt-require
Merge pull request #3086 from nevinera/nev--full-test-coverage
Merge pull request #3084 from nevinera/nev--fix-simplecov-filters
Merge pull request #3109 from rspec/update-ci-build-scripts-2024-09-03-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Release Notes
3.13.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 6 commits:
v3.13.3
Remove typo in changelog link for 3.12.4
Changelog for #1485
Merge pull request #1485 from rspec/fix-regexp-include-without-count
Merge pull request #1483 from rspec/update-ci-build-scripts-2024-09-03-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
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 12 commits:
v3.13.2
Merge pull request #1595 from rspec/support-kw-args-with-and-invoke
Slight wording tweak to feature text.
Merge pull request #1585 from rspec/extend-and_invoke-docs
Merge pull request #1589 from rspec/update-ci-build-scripts-2024-09-03-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Merge pull request #1583 from rspec/update-ci-build-scripts-2024-07-15-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Create SECURITY.md
Merge pull request #1581 from rspec/fix-ruby-head
Merge pull request #1580 from rspec/update-ci-build-scripts-2024-07-09-for-3-13
Updated ci build scripts (from rspec-dev) 3-13
Release Notes
3.1.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:
Use 3.1.2
Add 3.1.2 entry
Copy from the relocated string
An empty string should be converted to empty in any encoding
CI: Drop old platforms
Unreachable after an invalid argument exception
Remove `SafeStringValue`
Added pre-release suffix for development version of default gems
jruby: Implement set_encoding_by_bom (#101)
ci ubuntu: Use Ubuntu 24.04 to build released gem
ci macos: don't use gem built on macOS
Development of 3.1.2 started.
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