Bump stripe from 5.54.0 to 5.55.0 (#17581)
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 5.54.0 to 5.55.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.54.0...v5.55.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
d96638fffa
commit
9260ff66ae
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -102,7 +102,7 @@ gem "slack-notifier", "~> 2.4" # A slim ruby wrapper for posting to slack webhoo
|
|||
gem "sprockets-rails", "~> 3.4" # Sprockets Rails integration
|
||||
gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement
|
||||
gem "sterile", "~> 1.0" # Transliterate Unicode and Latin1 text to 7-bit ASCII for URLs
|
||||
gem "stripe", "~> 5.54" # Ruby library for the Stripe API
|
||||
gem "stripe", "~> 5.55" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 1.0" # Catch unsafe migrations
|
||||
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
|
||||
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
|
||||
|
|
|
|||
|
|
@ -859,7 +859,7 @@ GEM
|
|||
stackprof (0.2.19)
|
||||
sterile (1.0.23)
|
||||
nokogiri (>= 1.11.7)
|
||||
stripe (5.54.0)
|
||||
stripe (5.55.0)
|
||||
stripe-ruby-mock (3.1.0.rc3)
|
||||
dante (>= 0.2.0)
|
||||
multi_json (~> 1.0)
|
||||
|
|
@ -1084,7 +1084,7 @@ DEPENDENCIES
|
|||
staccato (~> 0.5)
|
||||
stackprof (~> 0.2)
|
||||
sterile (~> 1.0)
|
||||
stripe (~> 5.54)
|
||||
stripe (~> 5.55)
|
||||
stripe-ruby-mock (= 3.1.0.rc3)
|
||||
strong_migrations (~> 1.0)
|
||||
test-prof (~> 1.0)
|
||||
|
|
|
|||
BIN
vendor/cache/stripe-5.54.0.gem
vendored
BIN
vendor/cache/stripe-5.54.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/stripe-5.55.0.gem
vendored
Normal file
BIN
vendor/cache/stripe-5.55.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue