From ec3b3b41a40b570807d686288759152a61651d85 Mon Sep 17 00:00:00 2001 From: Bohung Date: Sat, 4 Jun 2022 14:53:56 +0800 Subject: [PATCH] Bind gem version to fix bug. --- temp_file/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index a4a3b5b..124d250 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -6,6 +6,7 @@ if $0.to_s.scan('bundle').length==0 system("bundle install") if !flag } end +gem 'multipart-post', '2.1.1' if RUBY_VERSION.to_f <= 2.1 gem 'concurrent-ruby', '1.1.9' gem 'signet', '0.11.0'