From 26a55918ff3c2a457ee907ca20b6ec0e0d1c7485 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 1 Feb 2017 11:44:55 +1100 Subject: [PATCH] specify gem. the hacky loader thing requires it --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 83834ff..4c14b9b 100644 --- a/plugin.rb +++ b/plugin.rb @@ -3,7 +3,7 @@ # version: 0.0.2 # authors: Rimian Perkins -gem 'stripe' +gem 'stripe', '1.58.0' module ::Choice class Engine < ::Rails::Engine