diff options
| -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)  | 
