Bump stripe from 5.36.0 to 5.37.0 (#14238)
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 5.36.0 to 5.37.0. - [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.36.0...v5.37.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
28a75fe941
commit
e25e197366
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -105,7 +105,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.1" # ActiveRecord extension which adds typecasting to store accessors.
|
||||
gem "storext", "~> 3.3" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
|
||||
gem "stripe", "~> 5.36" # Ruby library for the Stripe API
|
||||
gem "stripe", "~> 5.37" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 0.7" # Catch unsafe migrations
|
||||
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
|
||||
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
|
||||
|
|
|
|||
|
|
@ -755,7 +755,7 @@ GEM
|
|||
storext (3.3.0)
|
||||
activerecord (>= 4.0, < 6.2)
|
||||
virtus
|
||||
stripe (5.36.0)
|
||||
stripe (5.37.0)
|
||||
stripe-ruby-mock (3.1.0.rc2)
|
||||
dante (>= 0.2.0)
|
||||
multi_json (~> 1.0)
|
||||
|
|
@ -973,7 +973,7 @@ DEPENDENCIES
|
|||
stackprof (~> 0.2)
|
||||
store_attribute (~> 0.8.1)
|
||||
storext (~> 3.3)
|
||||
stripe (~> 5.36)
|
||||
stripe (~> 5.37)
|
||||
stripe-ruby-mock (= 3.1.0.rc2)
|
||||
strong_migrations (~> 0.7)
|
||||
test-prof (~> 1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/stripe-5.36.0.gem
vendored
BIN
vendor/cache/stripe-5.36.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/stripe-5.37.0.gem
vendored
Normal file
BIN
vendor/cache/stripe-5.37.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue