Bind gem version to fix bug.

This commit is contained in:
BoHung Chiu 2022-06-04 14:53:56 +08:00
parent 85c1cc62b2
commit ec3b3b41a4
1 changed files with 1 additions and 0 deletions

View File

@ -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'