summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2012-09-27 22:47:22 +0200
committerAzul <azul@riseup.net>2012-09-27 22:47:22 +0200
commitb383d8792e906ac2adcd4851bd69ec3046d9a941 (patch)
tree0f2d8361f4aa40bd57aa12be8f618869661cf0d3 /Gemfile.lock
parentebbfe3d77efddbe8f97fa82c171632ac4cfcf6da (diff)
using the local path for development
this way you do not need to build a gem for changes to take effect.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock51
1 files changed, 31 insertions, 20 deletions
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)