From fd9594903b3f70d0aa38b3d956c459b686fe5675 Mon Sep 17 00:00:00 2001 From: nov Date: Tue, 19 Apr 2016 20:49:10 +0900 Subject: [PATCH] explicitly require rack/oauth2 --- lib/ricohapi/mstorage.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ricohapi/mstorage.rb b/lib/ricohapi/mstorage.rb index 7375723..0e79e90 100644 --- a/lib/ricohapi/mstorage.rb +++ b/lib/ricohapi/mstorage.rb @@ -1,6 +1,7 @@ # Copyright (c) 2016 Ricoh Company, Ltd. All Rights Reserved. # See LICENSE for more information +require 'rack/oauth2' require 'ricohapi/oauth' require 'ricohapi/mstorage/version'