diff --git a/Gemfile b/Gemfile index 10fa25a02..3ea514c7a 100644 --- a/Gemfile +++ b/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.48" # Ruby library for the Stripe API +gem "stripe", "~> 5.49" # 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 diff --git a/Gemfile.lock b/Gemfile.lock index 9d9801fd8..109002508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -852,7 +852,7 @@ GEM stackprof (0.2.19) sterile (1.0.23) nokogiri (>= 1.11.7) - stripe (5.48.0) + stripe (5.49.0) stripe-ruby-mock (3.1.0.rc3) dante (>= 0.2.0) multi_json (~> 1.0) @@ -1077,7 +1077,7 @@ DEPENDENCIES staccato (~> 0.5) stackprof (~> 0.2) sterile (~> 1.0) - stripe (~> 5.48) + stripe (~> 5.49) stripe-ruby-mock (= 3.1.0.rc3) strong_migrations (~> 1.0) test-prof (~> 1.0) diff --git a/vendor/cache/stripe-5.48.0.gem b/vendor/cache/stripe-5.48.0.gem deleted file mode 100644 index 821cd07f6..000000000 Binary files a/vendor/cache/stripe-5.48.0.gem and /dev/null differ diff --git a/vendor/cache/stripe-5.49.0.gem b/vendor/cache/stripe-5.49.0.gem new file mode 100644 index 000000000..df0e47114 Binary files /dev/null and b/vendor/cache/stripe-5.49.0.gem differ