aboutsummaryrefslogtreecommitdiff
path: root/leap_cli.gemspec
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-10-21 17:32:28 -0700
committerelijah <elijah@riseup.net>2014-10-21 17:32:28 -0700
commita6b4ff1c21915475655a4a28c163904687d1035e (patch)
tree00502e075dc5ecafa10df9a3165033300658dd0b /leap_cli.gemspec
parent9e5572c7177ab10904aafbdcba99de0364e57db9 (diff)
downloadleap_cli-a6b4ff1c21915475655a4a28c163904687d1035e.tar.gz
leap_cli-a6b4ff1c21915475655a4a28c163904687d1035e.tar.bz2
fixed `leap cert csr` to add correct "Requested Extensions" attribute on the CSR.
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r--leap_cli.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec
index d0b9a99..cbf0674 100644
--- a/leap_cli.gemspec
+++ b/leap_cli.gemspec
@@ -78,4 +78,5 @@ spec = Gem::Specification.new do |s|
# certificate_authority
s.add_runtime_dependency("activemodel", ">= 3.0.6")
+ s.add_runtime_dependency("activesupport", ">= 3.0.6")
end