logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 127bfda521d97fd173acf3c4fdcedcb065f7eefb
parent: 149450946855070bc2792dc73ba3ea3392c2f7da
Author: beatrix <beatrix.bitrot@gmail.com>
Date:   Tue, 26 Dec 2017 12:43:52 -0500

add ruby-progressbar to gemfile (fixes #6110) (#6111)


Diffstat:

MGemfile1+
MGemfile.lock3++-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile @@ -58,6 +58,7 @@ gem 'redis', '~> 3.3', require: ['redis', 'redis/connection/hiredis'] gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock' gem 'rqrcode', '~> 0.10' gem 'ruby-oembed', '~> 0.12', require: 'oembed' +gem 'ruby-progressbar', '~> 1.4' gem 'sanitize', '~> 4.4' gem 'sidekiq', '~> 5.0' gem 'sidekiq-scheduler', '~> 2.1' diff --git 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