From 163372951156ce74208b606d24bc724427d14756 Mon Sep 17 00:00:00 2001 From: Bohung Date: Sun, 12 Jun 2022 13:21:12 +0800 Subject: [PATCH] Update Gemfile. --- temp_file/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 124d250..962bde7 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -7,6 +7,7 @@ if $0.to_s.scan('bundle').length==0 } end gem 'multipart-post', '2.1.1' +gem 'oauth2', '1.4.7' if RUBY_VERSION.to_f <= 2.1 gem 'concurrent-ruby', '1.1.9' gem 'signet', '0.11.0'