From 086e6e86a5da96ce577e50982140540684596b37 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Tue, 13 Aug 2013 10:14:52 +0200 Subject: [PATCH] ruby-progressbar Gemfile version bump --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c80fb192..e733c086 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "typhoeus", ">=0.6.3" gem "nokogiri" gem "json" gem "terminal-table" -gem "ruby-progressbar", ">=1.1.0" +gem "ruby-progressbar", ">=1.2.0" group :development, :test do gem "webmock", ">=1.9.3"