From 199c26077364f4e5a36fdfe80003efda3400271d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 23:18:52 +0000 Subject: [PATCH] Update stripe requirement from 8.0.0 to 9.4.0 in /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/v8.0.0...v9.4.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/ruby/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ruby/Gemfile b/server/ruby/Gemfile index a1af4a8..867e13f 100644 --- a/server/ruby/Gemfile +++ b/server/ruby/Gemfile @@ -4,5 +4,5 @@ gem 'dotenv' gem 'json' gem 'sinatra' gem 'sinatra-contrib' -gem 'stripe', '8.0.0' +gem 'stripe', '9.4.0' gem 'webrick'