From ed8acdcf5c096eb1aceca1277adbd79e3b2d8c44 Mon Sep 17 00:00:00 2001 From: Stew Heckenberg Date: Wed, 12 Jun 2024 07:19:06 +0800 Subject: [PATCH] Update 1_installation.md (#1005) Update stripe gem to 11.0 --- docs/1_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1_installation.md b/docs/1_installation.md index bd5ae9ba..1700ae84 100644 --- a/docs/1_installation.md +++ b/docs/1_installation.md @@ -10,7 +10,7 @@ Add these lines to your application's Gemfile: gem "pay", "~> 7.0" # To use Stripe, also include: -gem "stripe", "~> 10.0" +gem "stripe", "~> 11.0" # To use Braintree + PayPal, also include: gem "braintree", "~> 4.7"