From 88c13f11a28e76a732ee3756c18657de9dd7c2e5 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Mon, 1 May 2017 10:48:40 +1000 Subject: [PATCH] upgrade stripe 2.4.0 > 2.8.0 --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index a41f6ec..9656321 100644 --- a/plugin.rb +++ b/plugin.rb @@ -4,7 +4,7 @@ # url: https://github.com/choiceaustralia/discourse-donations # authors: Rimian Perkins -gem 'stripe', '2.4.0' +gem 'stripe', '2.8.0' load File.expand_path('../lib/discourse_donations/engine.rb', __FILE__)