diff --git a/Gemfile b/Gemfile index 7c75f17b1..70f6dbc9b 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ gem "slack-notifier", "~> 2.4" # 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 "sterile", "~> 1.0" # Transliterate Unicode and Latin1 text to 7-bit ASCII for URLs -gem "stripe", "~> 5.44" # Ruby library for the Stripe API +gem "stripe", "~> 5.45" # Ruby library for the Stripe API gem "strong_migrations", "~> 0.8" # Catch unsafe migrations gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files diff --git a/Gemfile.lock b/Gemfile.lock index 63864fa8a..e69a74634 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -808,7 +808,7 @@ GEM stackprof (0.2.19) sterile (1.0.23) nokogiri (>= 1.11.7) - stripe (5.44.0) + stripe (5.45.0) stripe-ruby-mock (3.1.0.rc3) dante (>= 0.2.0) multi_json (~> 1.0) @@ -1027,7 +1027,7 @@ DEPENDENCIES staccato (~> 0.5) stackprof (~> 0.2) sterile (~> 1.0) - stripe (~> 5.44) + stripe (~> 5.45) stripe-ruby-mock (= 3.1.0.rc3) strong_migrations (~> 0.8) test-prof (~> 1.0) diff --git a/vendor/cache/stripe-5.44.0.gem b/vendor/cache/stripe-5.44.0.gem deleted file mode 100644 index 06d5af403..000000000 Binary files a/vendor/cache/stripe-5.44.0.gem and /dev/null differ diff --git a/vendor/cache/stripe-5.45.0.gem b/vendor/cache/stripe-5.45.0.gem new file mode 100644 index 000000000..82d480d23 Binary files /dev/null and b/vendor/cache/stripe-5.45.0.gem differ