From b383d8792e906ac2adcd4851bd69ec3046d9a941 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 27 Sep 2012 22:47:22 +0200 Subject: using the local path for development this way you do not need to build a gem for changes to take effect. --- Gemfile.lock | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 023f734..dc0a939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,31 @@ +PATH + remote: certs + specs: + leap_web_certs (0.0.4) + leap_web_core (~> 0.0.1) + rails (~> 3.2.8) + +PATH + remote: core + specs: + leap_web_core (0.0.1) + couchrest (~> 1.1.3) + couchrest_model (~> 2.0.0.beta2) + rails (~> 3.2.8) + +PATH + remote: users + specs: + leap_web_users (0.0.1) + bootstrap-sass (~> 2.0.4) + couchrest_session_store (~> 0.0.1) + haml (~> 3.1.7) + jquery-rails + leap_web_core (~> 0.0.1) + rails (~> 3.2.8) + ruby-srp + simple_form + GEM remote: https://rubygems.org/ specs: @@ -67,25 +95,6 @@ GEM railties (>= 3.1.0, < 5.0) thor (~> 0.14) json (1.7.5) - leap_web (0.0.1) - leap_web_certs - leap_web_core - leap_web_users - leap_web_certs (0.0.1) - leap_web_core (~> 0.0.1) - rails (~> 3.2.8) - leap_web_core (0.0.1) - couchrest (~> 1.1.3) - couchrest_model (~> 2.0.0.beta2) - rails (~> 3.2.8) - leap_web_users (0.0.1) - bootstrap-sass (~> 2.0.4) - haml (~> 3.1.7) - jquery-rails - leap_web_core (~> 0.0.1) - rails (~> 3.2.8) - ruby-srp - simple_form linecache (0.46) rbx-require-relative (> 0.0.4) mail (2.4.4) @@ -162,7 +171,9 @@ DEPENDENCIES haml-rails (~> 0.3.4) jquery-rails json - leap_web + leap_web_certs! + leap_web_core! + leap_web_users! rails (= 3.2.8) ruby-debug sass-rails (~> 3.2.5) -- cgit v1.2.3