diff options
Diffstat (limited to 'leap_cli.gemspec')
| -rw-r--r-- | leap_cli.gemspec | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 8a38893..96bf007 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -52,15 +52,12 @@ spec = Gem::Specification.new do |s|    # network gems    s.add_runtime_dependency('sshkit', '~> 1.11') -  s.add_runtime_dependency('fog-aws', '~> 0.11')    # crypto gems    # s.add_runtime_dependency('gpgme')    # << does not build on debian jessie, so now optional.                                           # also, there is a ruby-gpgme package anyway. -  # acme-client is vendored for now, we need pre-lease version -  # s.add_runtime_dependency('acme-client', '~> 0.4.2') -  s.add_runtime_dependency('faraday', '~> 0.9', '>= 0.9.1') # for acme-client +  s.add_runtime_dependency('acme-client', '~> 0.6')    # misc gems    s.add_runtime_dependency('ya2yaml', '~> 0.31')    # pure ruby yaml, so we can better control output. see https://github.com/afunai/ya2yaml | 
