Skip to content

Bump pay from 8.3.0 to 11.2.3 - #15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/pay-11.2.3
Open

Bump pay from 8.3.0 to 11.2.3#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/pay-11.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 29, 2025

Copy link
Copy Markdown

Bumps pay from 8.3.0 to 11.2.3.

Release notes

Sourced from pay's releases.

v11.2.3

What's Changed

Full Changelog: pay-rails/pay@v11.2.2...v11.2.3

v11.2.2

What's Changed

Full Changelog: pay-rails/pay@v11.2.1...v11.2.2

v11.2.1

Full Changelog: pay-rails/pay@v11.2.0...v11.2.1

v11.2.0

What's Changed

Full Changelog: pay-rails/pay@v11.1.3...v11.2.0

v11.1.3

Full Changelog: pay-rails/pay@v11.1.2...v11.1.3

v11.1.2

What's Changed

New Contributors

Full Changelog: pay-rails/pay@v11.1.1...v11.1.2

v11.1.1

Full Changelog: pay-rails/pay@v11.1.0...v11.1.1

v11.1.0

What's Changed

Full Changelog: pay-rails/pay@v11.0.1...v11.1.0

... (truncated)

Changelog

Sourced from pay's changelog.

11.2.3

  • Include stripe_account in set_payment_processor and add_payment_processor queries #1198

11.2.2

  • Fix Stripe subscriptions.renewing webhook to use the correct account when retrieving the price

11.2.1

  • Replace owner association with delegate since has_one :through doesn't work with polymorphic belongs_to without a source_type

11.2.0

  • Add has_one :owner, through: :customer assocation to Pay::Charge, Pay::Subscription and Pay::PaymentMethod for convenience.

11.1.3

  • Fix Stripe Charge#refund! to allow no arguments and default to refunding the full amount.

11.1.2

  • Fix Stripe InvoicePayment syncing for old Charges without payment_intent attribute #1183

11.1.1

  • Add retry to Pay::Stripe.sync_checkout_session Subscriptions aren't instantly attached to a Checkout Session, so this retry gives a chance for completion. This helps build a more seamless experience when redirecting after a successful checkout so the next page knows the user has subscribed successfully.

11.1.0

  • Add text parts to emails

11.0.1

  • Fix release

11.0.0

  • [Breaking] Renames pay_customer associations for charges and subscriptions to prevent conflicts To upgrade, add the pay_ prefix when referencing associations.

    @user.pay_subscriptions
    @user.pay_charges
  • on_trial? and trial_ended? now consider if a Pay::Subscription was canceled. #1172

  • Stripe cancel_now! no longer sets trial_ends_at when there was no trial #1172

... (truncated)

Upgrade guide

Sourced from pay's upgrade guide.

Upgrade Guide

Follow this guide to upgrade older Pay versions. These may require database migrations and code changes.

Pay 11

Associations on Pay models have been renamed to use the pay_ prefix.

# old
@user.charges
# new
@user.pay_charges
old
@​user.subscriptions
new
@​user.pay_subscriptions

Pay 10.1

Pay now uses the Stripe charge.updated webhook to save Charge balance transactions. Make sure you're sending this webhook to keep these records up-to-date.

Pay 9.0 to Pay 10.0

Pay has introduced an object column on pay_customers pay_charges and pay_subscriptions to save a full copy of the Stripe objects to make future changes easier.

rails pay:install:migrations
rails db:migrate

Pay 7.0 to Pay 8.0

Pay has moved to using Single Table Inheritance to handle each payment processor's functionality. To do this, we've provided a migration to update the existing records.

rails pay:install:migrations
rails db:migrate

The PaymentMethod#type column has been renamed to payment_method_type to prevent conflicting with STI. If you're displaying payment method details, you'll need to update your views to use the new column name.

Pay 6.0 to Pay 7.0

Pay 7 introduces some changes for Stripe and requires a few additional columns.

rails g migration UpgradeToPay7
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 29, 2025
@dependabot dependabot Bot mentioned this pull request Sep 29, 2025
Bumps [pay](https://github.com/pay-rails/pay) from 8.3.0 to 11.2.3.
- [Release notes](https://github.com/pay-rails/pay/releases)
- [Changelog](https://github.com/pay-rails/pay/blob/main/CHANGELOG.md)
- [Upgrade guide](https://github.com/pay-rails/pay/blob/main/UPGRADE.md)
- [Commits](pay-rails/pay@v8.3.0...v11.2.3)

---
updated-dependencies:
- dependency-name: pay
  dependency-version: 11.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bundler/pay-11.2.3 branch from 206b64d to e4d0955 Compare September 30, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants