diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-15 14:18:17 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-15 14:18:17 +0000 |
commit | 78343be149c8251996fd29fc55f9156f747b1c5c (patch) | |
tree | c4ae8d69bd03248ab200c1a69dd6e9dc3be64fee | |
parent | 590e5b0a1512097755bea0b60b1d7f6e8f7d11d4 (diff) |
Add updated Gemfile.lock after running bundle install.
-rw-r--r-- | Gemfile.lock | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fff9463e8..2bbb8b35e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,7 @@ -GEM - remote: http://rubygems.org/ +GIT + remote: git://github.com/mysociety/rails.git + revision: 9e452eaf296d3732f8058ad31cf18e0b659f27a6 + branch: 2-3-stable specs: actionmailer (2.3.15) actionpack (= 2.3.15) @@ -11,6 +13,17 @@ GEM activeresource (2.3.15) activesupport (= 2.3.15) activesupport (2.3.15) + rails (2.3.15) + actionmailer (= 2.3.15) + actionpack (= 2.3.15) + activerecord (= 2.3.15) + activeresource (= 2.3.15) + activesupport (= 2.3.15) + rake (>= 0.8.3) + +GEM + remote: http://rubygems.org/ + specs: annotate (2.4.0) archive-tar-minitar (0.5.2) bootstrap-sass (2.1.1.0) @@ -77,13 +90,6 @@ GEM pg (0.13.2) polyglot (0.3.3) rack (1.1.4) - rails (2.3.15) - actionmailer (= 2.3.15) - actionpack (= 2.3.15) - activerecord (= 2.3.15) - activeresource (= 2.3.15) - activesupport (= 2.3.15) - rake (>= 0.8.3) rake (0.9.2.2) rbx-require-relative (0.0.9) rdoc (2.4.3) @@ -145,6 +151,11 @@ PLATFORMS ruby DEPENDENCIES + actionmailer! + actionpack! + activerecord! + activeresource! + activesupport! annotate bootstrap-sass capistrano @@ -165,7 +176,7 @@ DEPENDENCIES newrelic_rpm pg rack (~> 1.1.0) - rails (= 2.3.15) + rails! rake (= 0.9.2.2) rdoc (~> 2.4.3) recaptcha (~> 0.3.1) |