From 51a0820397f5b82c1f6812af6cd42f685a5c59ef Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 14 Oct 2019 10:20:35 +1100 Subject: [PATCH] upgrade stripe --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index bb50d5a..7025482 100644 --- a/plugin.rb +++ b/plugin.rb @@ -8,7 +8,7 @@ enabled_site_setting :discourse_patrons_enabled -gem 'stripe', '5.6.0' +gem 'stripe', '5.7.0' register_asset "stylesheets/common/discourse-patrons.scss" register_asset "stylesheets/mobile/discourse-patrons.scss"