diff options
author | Azul <azul@leap.se> | 2012-10-08 10:45:27 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-10-08 10:45:27 +0200 |
commit | efcf0e5927055d2b86804c84b00c614b38191964 (patch) | |
tree | 8195f5ad3f38d6f3725cf91446fef9e2d2920eb3 /Gemfile.lock | |
parent | c882d882a6506039bf0f2e4c3a673eb30ae9e58d (diff) |
enabling rake gem in engines, using LeapWeb::Version all over the place
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 10 |
1 files changed, 5 insertions, 5 deletions
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 |