From efcf0e5927055d2b86804c84b00c614b38191964 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 10:45:27 +0200 Subject: enabling rake gem in engines, using LeapWeb::Version all over the place --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index e9994f9..414a5fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: certs specs: - leap_web_certs (0.0.4) - leap_web_core (~> 0.0.1) + leap_web_certs (0.1.0) + leap_web_core (= 0.1.0) rails (~> 3.2.8) PATH remote: core specs: - leap_web_core (0.0.1) + leap_web_core (0.1.0) couchrest (~> 1.1.3) couchrest_model (~> 2.0.0.beta2) rails (~> 3.2.8) @@ -16,12 +16,12 @@ PATH PATH remote: users specs: - leap_web_users (0.0.1) + leap_web_users (0.1.0) bootstrap-sass (~> 2.0.4) couchrest_session_store (~> 0.0.1) haml (~> 3.1.7) jquery-rails - leap_web_core (~> 0.0.1) + leap_web_core (= 0.1.0) rails (~> 3.2.8) ruby-srp (~> 0.1.1) simple_form -- cgit v1.2.3 From d2e75cbf5540c0460be6c68e5d56511132ef52a9 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 11:30:17 +0200 Subject: bundle update --- Gemfile.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 414a5fe..acd7567 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,8 +57,8 @@ GEM i18n (~> 0.6) multi_json (~> 1.0) arel (3.0.2) - bootstrap-sass (2.0.4.0) - builder (3.0.0) + bootstrap-sass (2.0.4.2) + builder (3.0.3) coffee-rails (3.2.2) coffee-script (>= 2.2.0) railties (~> 3.2.0) @@ -83,15 +83,15 @@ GEM execjs (1.4.0) multi_json (~> 1.0) haml (3.1.7) - haml-rails (0.3.4) - actionpack (~> 3.0) - activesupport (~> 3.0) - haml (~> 3.0) - railties (~> 3.0) + haml-rails (0.3.5) + actionpack (>= 3.1, < 4.1) + activesupport (>= 3.1, < 4.1) + haml (~> 3.1) + railties (>= 3.1, < 4.1) hike (1.2.1) - i18n (0.6.0) + i18n (0.6.1) journey (1.0.4) - jquery-rails (2.1.1) + jquery-rails (2.1.3) railties (>= 3.1.0, < 5.0) thor (~> 0.14) json (1.7.5) @@ -104,7 +104,7 @@ GEM treetop (~> 1.4.8) metaclass (0.0.1) mime-types (1.19) - mocha (0.12.4) + mocha (0.12.6) metaclass (~> 0.0.1) multi_json (1.3.6) polyglot (0.3.3) @@ -113,7 +113,7 @@ GEM rack (>= 0.4) rack-ssl (1.3.2) rack - rack-test (0.6.1) + rack-test (0.6.2) rack (>= 1.0) rails (3.2.8) actionmailer (= 3.2.8) @@ -147,7 +147,7 @@ GEM railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) - simple_form (2.0.2) + simple_form (2.0.3) actionpack (~> 3.0) activemodel (~> 3.0) sprockets (2.1.3) @@ -162,9 +162,9 @@ GEM polyglot polyglot (>= 0.3.1) tzinfo (0.3.33) - uglifier (1.2.7) + uglifier (1.3.0) execjs (>= 0.3.0) - multi_json (~> 1.3) + multi_json (~> 1.0, >= 1.0.2) PLATFORMS ruby -- cgit v1.2.3 From f5aea5347601c3500bb3670971d44995c35c3c7b Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Oct 2012 19:50:00 +0200 Subject: use couchrest session store in core, updated dummy path --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index acd7567..f23e74e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ PATH leap_web_core (0.1.0) couchrest (~> 1.1.3) couchrest_model (~> 2.0.0.beta2) + couchrest_session_store (~> 0.0.1) rails (~> 3.2.8) PATH @@ -18,7 +19,6 @@ PATH specs: leap_web_users (0.1.0) bootstrap-sass (~> 2.0.4) - couchrest_session_store (~> 0.0.1) haml (~> 3.1.7) jquery-rails leap_web_core (= 0.1.0) -- cgit v1.2.3