Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 31, 2020

Bumps stripe from 4.18.1 to 5.24.0.

Release notes

Sourced from stripe's releases.

v5.24.0

  • #939 Extract configurations into separate object
  • #940 Fix typo in documentation of stripe_object.rb

See the changelog for more details.

v5.23.1

  • #936 Rename API resource's request method

See the changelog for more details.

v5.23.0

  • #937 Add support for the PromotionCode resource and APIs

See the changelog for more details.

v5.22.0

  • #918 Add support for the LineItem resource and APIs

See the changelog for more details.

v5.21.0

  • #917 Add support for the Price resource and APIs

See the changelog for more details.

v5.20.0

  • #916 Add new .generate_header method for webhooks

See the changelog for more details.

v5.19.0

  • #915 Expose Stripe::Webhook.compute_signature publicly

v5.18.0

  • #911 Add support for BillingPortal namespace and Session resource and APIs

See the changelog for more details.

v5.17.0

  • #907 Add StripeError#idempotent_replayed?

See the changelog for more details.

v5.16.0

  • #906 Add support for listing Checkout sessions
  • #903 Upgrade to Rubocop 0.80

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

5.24.0 - 2020-08-26

  • #939 Extract configurations into separate object
  • #940 Fix typo in documentation of stripe_object.rb

5.23.1 - 2020-08-05

  • #936 Rename API resource's request method

5.23.0 - 2020-08-05

  • #937 Add support for the PromotionCode resource and APIs

5.22.0 - 2020-05-11

  • #918 Add support for the LineItem resource and APIs

5.21.0 - 2020-04-29

  • #917 Add support for the Price resource and APIs

5.20.0 - 2020-04-27

  • #916 Add new .generate_header method for webhooks

5.19.0 - 2020-04-24

  • #915 Expose Stripe::Webhook.compute_signature publicly

5.18.0 - 2020-04-22

  • #911 Add support for BillingPortal namespace and Session resource and APIs

5.17.0 - 2020-02-26

  • #907 Add StripeError#idempotent_replayed?

5.16.0 - 2020-02-26

  • #906 Add support for listing Checkout sessions
  • #903 Upgrade to Rubocop 0.80

5.15.0 - 2020-02-10

  • #902 Add request_begin instrumentation callback

5.14.0 - 2020-01-14

  • #896 Add support for CreditNoteLineItem
  • #894 Clean up test output by capturing $stderr when we expect warnings
  • #892 Explicitly pass a parameter as hash to be more ruby 2.7 friendly
  • #893 Upgrade Rubocop to 0.79

5.13.0 - 2020-01-08

  • #891 Fix most Ruby 2.7 warnings

5.12.1 - 2020-01-06

  • #890 Override API key with client_secret in OAuth.token

5.12.0 - 2020-01-02

  • #889 Add support for retrieve source transaction API method
Commits
  • 5d90397 Bump version to 5.24.0
  • 23a0ee2 Extract configurations into separate object (#939)
  • c517a70 Fix typo in documentation of stripe_object.rb (#940)
  • 8710fca Bump version to 5.23.1
  • 3433130 Rename API resource's request method (#936)
  • 5573a73 Bump version to 5.23.0
  • cf8b2c5 Add support for the PromotionCode resource and APIs (#937)
  • f240405 Update minimum stripe-mock version to 0.94.0 (#935)
  • 9cf5921 Adding comment to show which files are generated (#931)
  • 403f9b2 Bump version to 5.22.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [stripe](https://github.com/stripe/stripe-ruby) from 4.18.1 to 5.24.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v4.18.1...v5.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/stripe-5.24.0 branch from 7d07762 to cc352da Compare August 31, 2020 18:18
@dependabot-preview
Copy link
Contributor Author

Superseded by #1394.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/stripe-5.24.0 branch September 14, 2020 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants