Skip to content

Commit f83e7e3

Browse files
build(deps): update stripe requirement from ~> 11.3.0 to ~> 13.0.0
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](stripe/stripe-ruby@v11.3.0...v13.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7378525 commit f83e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org/'
33
gem 'dotenv'
44
gem "rackup"
55
gem 'sinatra'
6-
gem 'stripe', '~> 11.3.0'
6+
gem 'stripe', '~> 13.0.0'
77
gem 'webrick'

0 commit comments

Comments
 (0)