summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-05 14:20:33 +0200
committerAzul <azul@leap.se>2012-10-05 14:20:33 +0200
commit9621b9013bbeb7ae7111cec081db6ea695755cde (patch)
tree9dc4410563102d5d5699b8d38e888be1296031e4
parent328f5a2983b54da9f4b3663cc2a129027110e922 (diff)
removing leap_web_help for version 0.1.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock12
2 files changed, 1 insertions, 13 deletions
diff --git a/Gemfile b/Gemfile
index 0bdea00..f2803bc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,7 +32,7 @@ gem 'simple_form'
gem 'leap_web_core', :path => 'core'
gem 'leap_web_users', :path => 'users'
gem 'leap_web_certs', :path => 'certs'
-gem 'leap_web_help', :path => 'help'
+# gem 'leap_web_help', :path => 'help'
gem 'couchrest_session_store'
diff --git a/Gemfile.lock b/Gemfile.lock
index 3f30e62..589b702 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -14,17 +14,6 @@ PATH
rails (~> 3.2.8)
PATH
- remote: help
- specs:
- leap_web_help (0.0.1)
- bootstrap-sass (~> 2.0.4)
- haml (~> 3.1.7)
- jquery-rails
- leap_web_core (~> 0.0.1)
- rails (~> 3.2.8)
- simple_form
-
-PATH
remote: users
specs:
leap_web_users (0.0.1)
@@ -187,7 +176,6 @@ DEPENDENCIES
json
leap_web_certs!
leap_web_core!
- leap_web_help!
leap_web_users!
mocha
rails (= 3.2.8)