Update temp_file.
This commit is contained in:
parent
16676240b0
commit
919785960d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue