Skip to content

Commit

Permalink
unfortunatelly tty is dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmerze committed Mar 25, 2020
1 parent 443d3a7 commit b6daf23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastlane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Gem::Specification.new do |spec|
spec.add_dependency('babosa', '>= 1.0.2', "< 2.0.0")
spec.add_dependency('fastimage', '>= 2.1.0', '< 3.0.0')
spec.add_dependency('colored')
spec.add_dependency('tty-screen', '>= 0.6.3', '< 1.0.0') # detect the terminal width
spec.add_dependency('tty-spinner', '>= 0.8.0', '< 1.0.0') # loading indicators


# Development only
spec.add_development_dependency('rake', '< 12')
Expand Down

0 comments on commit b6daf23

Please sign in to comment.