appliance: fix progress version in Gemfile (#2212)

Fixes veewee build issue: jedi4ever/veewee#1103

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2017-08-01 20:28:19 +02:00 committed by GitHub
parent 0ead11e8f1
commit a24dfe6f98

View File

@ -22,3 +22,4 @@ gem 'em-winrm'
gem 'sys-proctable'
gem 'net-scp'
gem 'net-ssh'
gem 'progressbar', '0.21.0'