Open renovate[bot] opened 2 months ago
@rultor please, try to merge, since 4 checks have passed
@rultor please, try to merge, since 4 checks have passed
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here
@rultor please, try to merge, since 4 checks have passed
@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 7min)
/home/r/repo/logo.svg is a binary file (3100 bytes)
/home/r/repo/renovate.json is a binary file (107 bytes)
Reading test/test__helper.rb ...
Reading test/test_blockchain.rb ...
Reading test/test_btc.rb ...
Reading test/test_bestof.rb ...
Reading test/test_cex.rb ...
Reading test/test_sibit.rb ...
Reading test/test_live.rb ...
Reading test/test_json.rb ...
Reading test/test_bitcoinchain.rb ...
Reading test/test_firstof.rb ...
Reading test/test_cryptoapis.rb ...
Reading test/test_fake.rb ...
Reading test/test_blockchair.rb ...
Reading Rakefile ...
Reading .pdd ...
Reading lib/sibit/blockchair.rb ...
Reading lib/sibit/json.rb ...
Reading lib/sibit/bitcoinchain.rb ...
Reading lib/sibit/bestof.rb ...
Reading lib/sibit/earn.rb ...
Reading lib/sibit/btc.rb ...
Reading lib/sibit/http.rb ...
Reading lib/sibit/error.rb ...
Reading lib/sibit/version.rb ...
Reading lib/sibit/cryptoapis.rb ...
Reading lib/sibit/fake.rb ...
Reading lib/sibit/firstof.rb ...
Reading lib/sibit/log.rb ...
Reading lib/sibit/blockchain.rb ...
Reading lib/sibit/cex.rb ...
Reading lib/sibit.rb ...
Reading .rubocop.yml ...
Reading .gitattributes ...
Reading Gemfile ...
Reading .gitignore ...
Reading .simplecov ...
Reading .github/workflows/codecov.yml ...
Reading .github/workflows/xcop.yml ...
Reading .github/workflows/rake.yml ...
Reading .github/workflows/pdd.yml ...
Reading README.md ...
Reading .rultor.yml ...
Reading features/cli.feature ...
Reading features/gem_package.feature ...
Reading features/support/env.rb ...
Reading features/step_definitions/steps.rb ...
Reading cucumber.yml ...
Reading bin/sibit ...
Reading sibit.gemspec ...
Reading .0pdd.yml ...
Reading LICENSE.txt ...
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
ffi-1.17.0-x86_64-linux-musl requires rubygems version >= 3.3.22, which is
incompatible with the current version, 3.1.6
container 1524a26d5c4a5062e7a14cd6c579f2107db5367e4041fdc1a889a3692fab918a is dead
Mon Sep 2 19:38:58 UTC 2024
This PR contains the following updates:
'6.1.0'
->'7.1.0'
Release Notes
rspec/rspec-rails (rspec-rails)
### [`v7.1.0`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#710--2024-11-09) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.0) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.0) Enhancements: - Improve implicit description for ActionCable matchers `have_broadcasted_to` / `have_broadcast`. (Simon Fish, [#2795](https://redirect.github.com/rspec/rspec-rails/issues/2795)) - Comment out `infer_spec_type_from_file_location!` in newly generated `rails_helper.rb` files. (Jon Rowe, [#2804](https://redirect.github.com/rspec/rspec-rails/issues/2804)) - Allow turning off active job / mailer argument validation. (Oli Peate, [#2808](https://redirect.github.com/rspec/rspec-rails/issues/2808)) ### [`v7.0.2`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#702--2024-11-09) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.1...v7.0.2) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.1...v7.0.2) Bug Fixes: - Fix issue with `have_enqueued_mail` when jobs were incorrectly matched due to refactoring in [#2780](https://redirect.github.com/rspec/rspec-rails/issues/2780). (David Runger, [#2793](https://redirect.github.com/rspec/rspec-rails/issues/2793)) ### [`v7.0.1`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#701--2024-09-03) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1) Bug Fixes: - Remove mutation of Rails constant in favour of public api. (Petrik de Heus, [#2789](https://redirect.github.com/rspec/rspec-rails/issues/2789)) - Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, [#2790](https://redirect.github.com/rspec/rspec-rails/issues/2790)) - Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, [#2791](https://redirect.github.com/rspec/rspec-rails/issues/2791)) ### [`v7.0.0`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#700--2024-09-02) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0) Enhancements: - Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, [#2746](https://redirect.github.com/rspec/rspec-rails/issues/2746)) - Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, [#2745](https://redirect.github.com/rspec/rspec-rails/issues/2745)) - Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, [#2751](https://redirect.github.com/rspec/rspec-rails/issues/2751)) - Add `at_priority` qualifier to `have_enqueued_job` set of matchers. (mbajur, [#2759](https://redirect.github.com/rspec/rspec-rails/issues/2759)) - Add spec directories to `rails stats` on Rails main / 8.0.0. (Petrik de Heus, [#2781](https://redirect.github.com/rspec/rspec-rails/issues/2781)) ### [`v6.1.5`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#615--2024-09-02) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.4...v6.1.5) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.4...v6.1.5) Bug Fixes: - Restore old order of requiring support files. (Franz Liedke, [#2785](https://redirect.github.com/rspec/rspec-rails/issues/2785)) - Prevent running `rake spec:statsetup` on Rails main / 8.0.0. (Petrik de Heus, [#2781](https://redirect.github.com/rspec/rspec-rails/issues/2781)) ### [`v6.1.4`](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4) ### [`v6.1.3`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#613--2024-06-19) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3) Bug Fixes: - Reset `ActiveSupport::CurrentAttributes` between examples. (Javier Julio, [#2752](https://redirect.github.com/rspec/rspec-rails/issues/2752)) - Fix a broken link in generated mailer previews. (Chiara Núñez, [#2764](https://redirect.github.com/rspec/rspec-rails/issues/2764)) - Fix `have_status_code` behaviour with deprecated status names by delegating to `Rack::Utils.status_code/1` to set the expected status code. (Darren Boyd, [#2765](https://redirect.github.com/rspec/rspec-rails/issues/2765)) ### [`v6.1.2`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#612--2024-03-19) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2) Bug Fixes: - Fix generated mailer paths to match Rails convention. (Patrício dos Santos, [#2735](https://redirect.github.com/rspec/rspec-rails/issues/2735)) - Fix class in template for generator specs. (Nicolas Buduroi, [#2744](https://redirect.github.com/rspec/rspec-rails/issues/2744)) ### [`v6.1.1`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#611--2024-01-25) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) Bug Fixes: - Improved deprecation message for `RSpec::Rails::Configuration.fixture_paths` (Benoit Tigeot, [#2720](https://redirect.github.com/rspec/rspec-rails/issues/2720)) - Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, [#2716](https://redirect.github.com/rspec/rspec-rails/issues/2716))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.