Bind gem version to fix bug.
This commit is contained in:
parent
85c1cc62b2
commit
ec3b3b41a4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue