summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2012-10-31 12:19:15 -0700
committerjessib <jessib@riseup.net>2012-10-31 12:19:15 -0700
commit872b9fa6759d5708f5efb19ba46b3c8e2b5d4862 (patch)
treee62b451a6c58825963bdb43c7f238aae272fdc80 /Gemfile
parent6c60b179a09030da985462d15dbdf076367b5ea4 (diff)
Looks like the help code has already been merged into the develop branch, and thus merging into feature-admin_users branch.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 10c661a..40030b5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ eval(File.read(File.dirname(__FILE__) + '/ui_dependencies.rb'))
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'
# To use debugger
gem 'ruby-debug'