Skip to content

Commit

Permalink
Merge pull request #308 from rock-core/dependent_gems
Browse files Browse the repository at this point in the history
upgrade requirements on dependent gems
  • Loading branch information
doudou committed Jun 4, 2020
2 parents e37b687 + 173abe8 commit 5cd3845
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autoproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "autobuild", ">= 1.19.0"
s.add_runtime_dependency "backports", '~> 3.0'
s.add_runtime_dependency "utilrb", '~> 3.0.0', ">= 3.0.0"
s.add_runtime_dependency "thor", '~> 0.20.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.0.0', '>= 1.0.0'
s.add_runtime_dependency 'tty-color', '~> 0.4.0', '>= 0.4.0'
s.add_runtime_dependency 'tty-prompt', '~> 0.15.0'
s.add_runtime_dependency 'tty-spinner', '~> 0.8.0'
s.add_runtime_dependency "thor", '~> 1.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
s.add_runtime_dependency 'tty-color', '~> 0.5.0'
s.add_runtime_dependency 'tty-prompt', '~> 0.21.0'
s.add_runtime_dependency 'tty-spinner', '~> 0.9.0'
s.add_runtime_dependency 'rb-inotify' if RbConfig::CONFIG['target_os'] =~ /linux/
s.add_runtime_dependency 'xdg', '= 2.2.5'
s.add_development_dependency "flexmock", '~> 2.0', ">= 2.0.0"
Expand Down

0 comments on commit 5cd3845

Please sign in to comment.