diff options
author | jessib <jessib@riseup.net> | 2012-10-08 11:06:28 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-08 11:06:28 -0700 |
commit | b077363d51de511d53c9b20ade1cb26707f3ecdf (patch) | |
tree | f5df13b54c107063bf2bc082da9cb06004e9470c | |
parent | 8f100d3c03a6f554e703c5d0b2fe221958424c26 (diff) |
Want to include help engine for help_develop branch.
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |