Skip to content

Add Stripe 19 support - #178

Merged
rmm5t merged 1 commit into
integrallis:masterfrom
reinaris:support-stripe-19
May 20, 2026
Merged

Add Stripe 19 support#178
rmm5t merged 1 commit into
integrallis:masterfrom
reinaris:support-stripe-19

Conversation

@reinaris

Copy link
Copy Markdown
Contributor

Summary

Update dependency constraint from < 19 to < 20 to support stripe-ruby v19.x releases.

Changes

  • Updated stripe_event.gemspec to allow stripe gem versions >= 2.8, < 20
  • Added stripe19 to CI matrix in .github/workflows/ci.yml
  • Added appraise "stripe19" block to Appraisals
  • Created gemfiles/stripe19.gemfile
  • Added changelog entry for Stripe 19 support

This follows the same pattern as previous PRs that added support for Stripe 13–18.

Testing

The stripe_event gem should work with Stripe 19 without any code changes since it only uses stable Stripe APIs (Stripe::Webhook.construct_event).

Update dependency constraint from `< 19` to `< 20` to support stripe-ruby v19.x releases.

Changes:
- Updated stripe_event.gemspec constraint to allow stripe < 20
- Added stripe19 to CI matrix in .github/workflows/ci.yml
- Added appraise "stripe19" block to Appraisals
- Created gemfiles/stripe19.gemfile
- Added changelog entry
@rmm5t rmm5t self-assigned this May 20, 2026

@rmm5t rmm5t left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thank you.

@rmm5t
rmm5t merged commit 449da54 into integrallis:master May 20, 2026
91 checks passed
@rmm5t

rmm5t commented May 20, 2026

Copy link
Copy Markdown
Member

v2.15.0 released

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.

2 participants