Bump stripe from 5.25.0 to 5.26.0 (#10559)
This commit is contained in:
parent
db304bcd82
commit
32a7b4047f
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -98,7 +98,7 @@ gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system
|
|||
gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement
|
||||
gem "store_attribute", "~> 0.8.0" # ActiveRecord extension which adds typecasting to store accessors.
|
||||
gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
|
||||
gem "stripe", "~> 5.25" # Ruby library for the Stripe API
|
||||
gem "stripe", "~> 5.26" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 0.7" # Catch unsafe migrations
|
||||
gem "twilio-ruby", "~> 5.40" # The official library for communicating with the Twilio REST API
|
||||
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
|
||||
|
|
|
|||
|
|
@ -757,7 +757,7 @@ GEM
|
|||
storext (3.1.0)
|
||||
activerecord (>= 4.0, < 6.1)
|
||||
virtus
|
||||
stripe (5.25.0)
|
||||
stripe (5.26.0)
|
||||
stripe-ruby-mock (3.0.1)
|
||||
dante (>= 0.2.0)
|
||||
multi_json (~> 1.0)
|
||||
|
|
@ -974,7 +974,7 @@ DEPENDENCIES
|
|||
stackprof (~> 0.2)
|
||||
store_attribute (~> 0.8.0)
|
||||
storext (~> 3.1)
|
||||
stripe (~> 5.25)
|
||||
stripe (~> 5.26)
|
||||
stripe-ruby-mock (~> 3.0)
|
||||
strong_migrations (~> 0.7)
|
||||
test-prof (~> 0.12)
|
||||
|
|
|
|||
BIN
vendor/cache/stripe-5.25.0.gem
vendored
BIN
vendor/cache/stripe-5.25.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/stripe-5.26.0.gem
vendored
Normal file
BIN
vendor/cache/stripe-5.26.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue