summaryrefslogtreecommitdiff
path: root/help/leap_web_help.gemspec
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-10 19:56:35 +0200
committerAzul <azul@leap.se>2012-10-11 10:15:40 +0200
commit00b7b36516d1d07300870029ad5190f06122a493 (patch)
treebf9cf8ad372d47df95f13a189d704455910ade91 /help/leap_web_help.gemspec
parent95ba833ffea8588ba498ed28fdb02c15fdb062cd (diff)
first steps at reducing core
Diffstat (limited to 'help/leap_web_help.gemspec')
-rw-r--r--help/leap_web_help.gemspec8
1 files changed, 1 insertions, 7 deletions
diff --git a/help/leap_web_help.gemspec b/help/leap_web_help.gemspec
index 2cc147c..09827dc 100644
--- a/help/leap_web_help.gemspec
+++ b/help/leap_web_help.gemspec
@@ -1,6 +1,5 @@
$:.push File.expand_path("../lib", __FILE__)
-require "leap_web_core/dependencies"
require File.expand_path('../../lib/leap_web/version.rb', __FILE__)
# Describe your gem and declare its dependencies:
@@ -16,10 +15,5 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["Rakefile", "Readme.md"]
s.test_files = Dir["test/**/*"]
- s.add_dependency "rails", "~> 3.2.8"
- s.add_dependency "leap_web_core", "~> #{LeapWeb::VERSION}"
-
- LeapWebCore::Dependencies.add_ui_gems_to_spec(s)
-
- # s.add_dependency "jquery-rails"
+ s.add_dependency "leap_web_core", LeapWeb::VERSION
end