diff options
author | jessib <jessib@riseup.net> | 2012-10-08 10:52:20 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-08 10:52:20 -0700 |
commit | f77301824c42bdd4559a0b0e58b8f3c26f239643 (patch) | |
tree | c815c1c82e4350e12e6ee38d00b979812fa840c2 /Gemfile | |
parent | c4220a167f883f31c408b55cd970761faeb53aa5 (diff) | |
parent | e264e7354788c0b7eff7bb296eed9c59304cc8b8 (diff) |
Merge remote branch 'origin/release-0.1.0' into help_develop
Diffstat (limited to 'Gemfile')
-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' |