Skip to content

Commit

Permalink
Bump stripe from 12.4.0 to 12.5.0
Browse files Browse the repository at this point in the history
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 12.4.0 to 12.5.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@v12.4.0...v12.5.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2024
1 parent 3ec2711 commit f3d6551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'sidekiq', '~>7.3.0'
gem "sprockets-rails"
gem "stimulus-rails"
gem 'store_model', '~> 3.0', '>= 3.0.2'
gem 'stripe', '~>12.4'
gem 'stripe', '~>12.5'
gem "tailwindcss-rails"
gem "turbo-rails"
gem 'varint', '~>0.1.1' # needed for protobuf
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ GEM
store_model (3.0.2)
activerecord (>= 5.2)
stringio (3.1.1)
stripe (12.4.0)
stripe (12.5.0)
strscan (3.1.0)
tailwindcss-rails (2.7.2)
railties (>= 7.0.0)
Expand Down Expand Up @@ -428,7 +428,7 @@ DEPENDENCIES
sprockets-rails
stimulus-rails
store_model (~> 3.0, >= 3.0.2)
stripe (~> 12.4)
stripe (~> 12.5)
tailwindcss-rails
turbo-rails
varint (~> 0.1.1)
Expand Down

0 comments on commit f3d6551

Please sign in to comment.