Skip to content

chore(deps): update dependency rspec-its to v2#852

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rspec-its-2.x
Open

chore(deps): update dependency rspec-its to v2#852
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rspec-its-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2025

This PR contains the following updates:

Package Change Age Confidence
rspec-its (changelog) "~>1.2""~>2.0" age confidence

Release Notes

rspec/rspec-its (rspec-its)

v2.0.0

Compare Source

Version 2.0.0 drops support for Ruby below 3, and changes the supported RSpec version to "main" and current release series.
(At the time of writing this is 3.13.x, but it means the current supported release only).

Breaking changes:

  • Now uses public_send so that private methods will not be accidentally reachable. (James Ottaway #​33, #​101)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rspec-its-2.x branch from f9eb0de to 6cd3039 Compare October 30, 2025 14:50
@YOU54F
Copy link
Member

YOU54F commented Oct 30, 2025

failures

Failures:

  1) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them title 
     Failure/Error: its(:title) { is_expected.to include "<h1>Consumer</h1>" }

     NoMethodError:
       private method `title' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:54:in `block (4 levels) in <module:Markdown>'

  2) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them title 
     Failure/Error: its(:title) { is_expected.to include "&lt;h1&gt;Provider&lt;/h1&gt;" }

     NoMethodError:
       private method `title' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:55:in `block (4 levels) in <module:Markdown>'

  3) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them summaries_title 
     Failure/Error: its(:summaries_title) { is_expected.to include "&lt;h1&gt;Consumer&lt;/h1&gt;" }

     NoMethodError:
       private method `summaries_title' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:57:in `block (4 levels) in <module:Markdown>'

  4) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them summaries_title 
     Failure/Error: its(:summaries_title) { is_expected.to include "&lt;h1&gt;Provider&lt;/h1&gt;" }

     NoMethodError:
       private method `summaries_title' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:58:in `block (4 levels) in <module:Markdown>'

  5) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them summaries 
     Failure/Error: its(:summaries) { is_expected.to include "&lt;h1&gt;alligators&lt;/h1&gt;" }

     NoMethodError:
       private method `summaries' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:60:in `block (4 levels) in <module:Markdown>'

  6) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them summaries 
     Failure/Error: its(:summaries) { is_expected.to_not include "<h1>alligators</h1>" }

     NoMethodError:
       private method `summaries' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:61:in `block (4 levels) in <module:Markdown>'

  7) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them full_interactions 
     Failure/Error: its(:full_interactions) { is_expected.to include "&lt;h1&gt;alligators&lt;/h1&gt;" }

     NoMethodError:
       private method `full_interactions' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:63:in `block (4 levels) in <module:Markdown>'

  8) Pact::Doc::Markdown::ConsumerContractRenderer#call when the pact fields have html embedded in them full_interactions 
     Failure/Error: its(:full_interactions) { is_expected.to_not include "<h1>alligators</h1>" }

     NoMethodError:
       private method `full_interactions' called for an instance of Pact::Doc::Markdown::ConsumerContractRenderer
     # ./spec/lib/pact/doc/markdown/consumer_contract_renderer_spec.rb:64:in `block (4 levels) in <module:Markdown>'

@renovate renovate bot force-pushed the renovate/rspec-its-2.x branch from 6cd3039 to eda84af Compare November 18, 2025 11:34
@renovate renovate bot force-pushed the renovate/rspec-its-2.x branch from eda84af to c560872 Compare December 31, 2025 12:50
@renovate renovate bot force-pushed the renovate/rspec-its-2.x branch from c560872 to 2a854f1 Compare February 2, 2026 17:27
@renovate renovate bot force-pushed the renovate/rspec-its-2.x branch from 2a854f1 to 47b06bd Compare February 12, 2026 13:38
@renovate renovate bot force-pushed the renovate/rspec-its-2.x branch from 47b06bd to 2aadd90 Compare March 13, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant