diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-29 08:02:11 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-29 08:02:11 +0000 |
commit | 91a0f79649fd4d374d8c234b6b944bc5dc8f3dc3 (patch) | |
tree | 1e93bd8038815f3cf3ca16f65d2ce319d0f2fa3a | |
parent | 3e158930dc99157f687e493998c2f0e598808f73 (diff) | |
parent | cfe244c66c2744d3b7cfcf17cd87098334a9b737 (diff) |
Merge branch 'hotfix/0.6.9.2'0.6.9.2
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 36 | ||||
-rw-r--r-- | config/environment.rb | 2 |
3 files changed, 20 insertions, 20 deletions
@@ -8,7 +8,7 @@ end source :rubygems # A fork of rails that is kept up to date with security patches -git "git://github.com/mysociety/rails.git", :branch => "2-3-stable" do +git "git://github.com/mysociety/rails.git", :tag => "v2.3.16.1" do gem 'rails' end gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 2b9ef5951..35a2f40be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,24 @@ GIT remote: git://github.com/mysociety/rails.git - revision: 541c061c13337b8235a1dcc2357b962f88868ff9 - branch: 2-3-stable + revision: be86a2fd6264637a22e1a1aeb8a8ec979f53ec1e + tag: v2.3.16.1 specs: - actionmailer (2.3.15) - actionpack (= 2.3.15) - actionpack (2.3.15) - activesupport (= 2.3.15) - rack (~> 1.1.3) - activerecord (2.3.15) - activesupport (= 2.3.15) - 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) + actionmailer (2.3.16) + actionpack (= 2.3.16) + actionpack (2.3.16) + activesupport (= 2.3.16) + rack (~> 1.1.0) + activerecord (2.3.16) + activesupport (= 2.3.16) + activeresource (2.3.16) + activesupport (= 2.3.16) + activesupport (2.3.16) + rails (2.3.16) + actionmailer (= 2.3.16) + actionpack (= 2.3.16) + activerecord (= 2.3.16) + activeresource (= 2.3.16) + activesupport (= 2.3.16) rake (>= 0.8.3) GEM diff --git a/config/environment.rb b/config/environment.rb index 21415dfd8..8933f9ade 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -18,7 +18,7 @@ end # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.16' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |