summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile7
-rw-r--r--Gemfile.lock51
2 files changed, 37 insertions, 21 deletions
diff --git a/Gemfile b/Gemfile
index cc09a4d..f726042 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'
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)