Skip to content

Commit

Permalink
Update ruby-progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Aug 12, 2023
1 parent 26f7034 commit 27bf41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forecaster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("geocoder", "~> 1.8", ">= 1.8.0")
s.add_runtime_dependency("optimist", "~> 3.0", ">= 3.0.0")
s.add_runtime_dependency("rainbow", "~> 3.0", ">= 3.0.0")
s.add_runtime_dependency("ruby-progressbar", "~> 1.8", ">= 1.8.0")
s.add_runtime_dependency("ruby-progressbar", "~> 1.13", ">= 1.13.0")
s.add_runtime_dependency("timezone", "~> 1.2", ">= 1.2.0")
s.add_development_dependency("codecov", "~> 0.1", ">= 0.1.10")
s.add_development_dependency("rspec", "~> 3.7", ">= 3.7.0")
Expand Down

0 comments on commit 27bf41f

Please sign in to comment.