Implement downloading progress

This commit is contained in:
2022-12-04 15:03:14 +01:00
parent 1dd5639bcb
commit 3a5a07afb4
3 changed files with 25 additions and 6 deletions

View File

@ -10,3 +10,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.7', require: false
gem 'progressbar', '~> 1.11'
gem 'term-ansicolor', '~> 1.7'