From 51087d53a39b457efb5907c481c39bd300be5fe2 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 20 Apr 2017 11:11:56 +1000 Subject: [PATCH] bumpus stripe --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index d8fdf77..97f9f3c 100644 --- a/plugin.rb +++ b/plugin.rb @@ -4,7 +4,7 @@ # url: https://github.com/choiceaustralia/discourse-donations # authors: Rimian Perkins -gem 'stripe', '2.1.0' +gem 'stripe', '2.4.0' load File.expand_path('../lib/discourse_donations/engine.rb', __FILE__)