Merge pull request #46 from highb/bump_commander_version

Bump commander version to clear up deprecation warnings
This commit is contained in:
Brian Cain 2017-10-24 08:52:22 -07:00 committed by GitHub
commit 53eb14a7d1

View file

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*'] s.test_files = Dir['spec/**/*']
s.require_path = 'lib' s.require_path = 'lib'
s.add_dependency 'commander', '~> 4.3.0' s.add_dependency 'commander', '~> 4.4.3'
s.add_dependency 'faraday', '~> 0.9.0' s.add_dependency 'faraday', '~> 0.9.0'
s.add_dependency 'colorize', '~> 0.8.1' s.add_dependency 'colorize', '~> 0.8.1'
end end