Commit 9e1a552f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'set-minimum-version-for-progressbar' into 'master'

Set minimum version for ruby-progressbar

See merge request gitlab-org/gitlab!47963
parents bf9149d0 d547aa6f
...@@ -209,7 +209,7 @@ gem 'httparty', '~> 0.16.4' ...@@ -209,7 +209,7 @@ gem 'httparty', '~> 0.16.4'
gem 'rainbow', '~> 3.0' gem 'rainbow', '~> 3.0'
# Progress bar # Progress bar
gem 'ruby-progressbar' gem 'ruby-progressbar', '~> 1.10'
# GitLab settings # GitLab settings
gem 'settingslogic', '~> 2.0.9' gem 'settingslogic', '~> 2.0.9'
......
...@@ -1480,7 +1480,7 @@ DEPENDENCIES ...@@ -1480,7 +1480,7 @@ DEPENDENCIES
rspec_profiling (~> 0.0.6) rspec_profiling (~> 0.0.6)
ruby-fogbugz (~> 0.2.1) ruby-fogbugz (~> 0.2.1)
ruby-prof (~> 1.3.0) ruby-prof (~> 1.3.0)
ruby-progressbar ruby-progressbar (~> 1.10)
ruby_parser (~> 3.15) ruby_parser (~> 3.15)
rubyzip (~> 2.0.0) rubyzip (~> 2.0.0)
rugged (~> 0.28) rugged (~> 0.28)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment