From a3f4c9ed35f2e498e84d70cbf221866c3ae0afe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 16:39:58 +0000 Subject: [PATCH] Update stripe requirement from 7.1.0 to 9.0.0 in /redirect/server/ruby Updates the requirements on [stripe](https://github.com/stripe/stripe-ruby) to permit the latest version. - [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/v7.1.0...v9.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- redirect/server/ruby/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect/server/ruby/Gemfile b/redirect/server/ruby/Gemfile index 9ab9184a..38d2043b 100644 --- a/redirect/server/ruby/Gemfile +++ b/redirect/server/ruby/Gemfile @@ -3,6 +3,6 @@ source 'https://rubygems.org/' gem 'dotenv' gem 'json' gem 'sinatra' -gem 'stripe', '7.1.0' +gem 'stripe', '9.0.0' gem 'webrick'