From a6b4ff1c21915475655a4a28c163904687d1035e Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 21 Oct 2014 17:32:28 -0700 Subject: fixed `leap cert csr` to add correct "Requested Extensions" attribute on the CSR. --- leap_cli.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'leap_cli.gemspec') 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 -- cgit v1.2.3