diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -26,7 +26,12 @@ gem 'bootstrap-sass', '~> 2.0.4' gem 'haml', '~> 3.1.7' gem 'simple_form' -gem 'leap_web' +# EITHER fetch all of the leap_web gems in one go +# gem 'leap_web' +# OR use the local versions for development instead: +gem 'leap_web_core', :path => 'core' +gem 'leap_web_users', :path => 'users' +gem 'leap_web_certs', :path => 'certs' gem 'couchrest_session_store' |