diff options
author | elijah <elijah@riseup.net> | 2016-06-21 15:08:54 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-06-21 15:08:54 -0700 |
commit | 7258edade9422fdfba1311be779d2ba40d2d042c (patch) | |
tree | ac7e0a5589865fd56035cca0731d9df31fe2b9bd /leap_cli.gemspec | |
parent | 470ddd6f461d5659b746724864f16aaf206532e2 (diff) |
remove ActiveModel and ActiveSupport dependency (yeah!)
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index beeb0a4..104cb0b 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -72,10 +72,4 @@ spec = Gem::Specification.new do |s| s.add_runtime_dependency('json_pure', '~> 1.8') # pure ruby json, so we can better control output. s.add_runtime_dependency('base32', '~> 0.3') # base32 encoding - ## - ## DEPENDENCIES for VENDORED GEMS - ## - - # certificate_authority - s.add_runtime_dependency("activemodel", '~> 3.0', ">= 3.0.6") end |