Update temp_file.

This commit is contained in:
BoHung Chiu 2022-09-26 09:38:42 +08:00
parent 16676240b0
commit 919785960d
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@ if $0.to_s.scan('bundle').length==0
end
gem 'multipart-post', '2.1.1'
gem 'oauth2', '1.4.7'
gem 'rack-protection', '2.2.2'
if RUBY_VERSION.to_f <= 2.1
gem 'addressable', '2.8.0'
gem 'concurrent-ruby', '1.1.9'
@ -32,7 +33,6 @@ if RUBY_VERSION.to_f <= 2.1
gem 'webrick', '1.3.1'
gem 'httparty', '0.19.1'
else
gem 'rack-protection', '2.2.2'
gem 'addressable'
gem 'concurrent-ruby'
gem 'signet'