Added ruby-progressbar version to Gemfile

This commit is contained in:
ethicalhack3r
2013-05-29 23:52:53 +02:00
parent d6386c05a4
commit fc0373fccc

View File

@@ -6,7 +6,7 @@ gem "ethon", "=0.5.10"
gem "nokogiri"
gem "json"
gem "terminal-table"
gem "ruby-progressbar"
gem "ruby-progressbar", ">=1.1.0"
group :development, :test do
gem "webmock", ">=1.9.3"