Bump stripe from 5.22.0 to 5.23.1 (#9692)
* Bump stripe from 5.22.0 to 5.23.1 Bumps [stripe](https://github.com/stripe/stripe-ruby) from 5.22.0 to 5.23.1. - [Release notes](https://github.com/stripe/stripe-ruby/releases) - [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-ruby/compare/v5.22.0...v5.23.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump stripe from 5.22.0 to 5.23.1 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
3ad834a656
commit
6d51742e72
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -98,7 +98,7 @@ gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhoo
|
|||
gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system
|
||||
gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement
|
||||
gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
|
||||
gem "stripe", "~> 5.22" # Ruby library for the Stripe API
|
||||
gem "stripe", "~> 5.23" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 0.7" # Catch unsafe migrations
|
||||
gem "twilio-ruby", "~> 5.39" # The official library for communicating with the Twilio REST API
|
||||
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
|
||||
|
|
|
|||
|
|
@ -755,7 +755,7 @@ GEM
|
|||
storext (3.1.0)
|
||||
activerecord (>= 4.0, < 6.1)
|
||||
virtus
|
||||
stripe (5.22.0)
|
||||
stripe (5.23.1)
|
||||
stripe-ruby-mock (3.0.1)
|
||||
dante (>= 0.2.0)
|
||||
multi_json (~> 1.0)
|
||||
|
|
@ -972,7 +972,7 @@ DEPENDENCIES
|
|||
staccato (~> 0.5)
|
||||
stackprof (~> 0.2)
|
||||
storext (~> 3.1)
|
||||
stripe (~> 5.22)
|
||||
stripe (~> 5.23)
|
||||
stripe-ruby-mock (~> 3.0)
|
||||
strong_migrations (~> 0.7)
|
||||
test-prof (~> 0.12)
|
||||
|
|
|
|||
BIN
vendor/cache/stripe-5.22.0.gem
vendored
BIN
vendor/cache/stripe-5.22.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/stripe-5.23.1.gem
vendored
Normal file
BIN
vendor/cache/stripe-5.23.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue