diff options
author | elijah <elijah@riseup.net> | 2014-10-28 11:23:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-10-28 11:23:55 -0700 |
commit | 6d443e008a94f842799f30d15aacb754439fe101 (patch) | |
tree | 8b5a3dfb75a2144d0f1b8fabc961fe72ae4bd330 /leap_cli.gemspec | |
parent | dddbaa40ed9abb1031ccdce21c3d6769dbc5b112 (diff) | |
download | leap_cli-6d443e008a94f842799f30d15aacb754439fe101.tar.gz leap_cli-6d443e008a94f842799f30d15aacb754439fe101.tar.bz2 |
better solution to activesupport dependency problem
Diffstat (limited to 'leap_cli.gemspec')
-rw-r--r-- | leap_cli.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index cbf0674..d0b9a99 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -78,5 +78,4 @@ 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 |