From 127bfda521d97fd173acf3c4fdcedcb065f7eefb Mon Sep 17 00:00:00 2001 From: beatrix Date: Tue, 26 Dec 2017 12:43:52 -0500 Subject: add ruby-progressbar to gemfile (fixes #6110) (#6111) --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index febfb8561..46c87d7f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -621,6 +621,7 @@ DEPENDENCIES rspec-sidekiq (~> 3.0) rubocop ruby-oembed (~> 0.12) + ruby-progressbar (~> 1.4) sanitize (~> 4.4) scss_lint (~> 0.55) sidekiq (~> 5.0) @@ -643,4 +644,4 @@ RUBY VERSION ruby 2.4.2p198 BUNDLED WITH - 1.16.0 + 1.16.1 -- cgit