Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated commander dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Feb 17, 2015
1 parent d014424 commit ce30e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
snapshot (0.4.8)
colored
commander (~> 4.3.0)
commander (~> 4)
fastimage (~> 1.6.3)
highline (~> 1.6.21)
json
Expand Down
2 changes: 1 addition & 1 deletion snapshot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'json' # Because sometimes it's just not installed
spec.add_dependency 'highline', '~> 1.6.21' # user inputs (e.g. passwords)
spec.add_dependency 'colored' # coloured terminal output
spec.add_dependency 'commander', '~> 4.3.0' # CLI parser
spec.add_dependency 'commander', '~> 4' # CLI parser
spec.add_dependency 'fastimage', '~> 1.6.3' # fetch the image sizes from the screenshots

# Development only
Expand Down

0 comments on commit ce30e01

Please sign in to comment.