Mercurial > hg > soundsoftware-site
changeset 1211:68a94715fb56 live
Update Rails version
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 12 Feb 2013 10:37:52 +0000 |
parents | e60f4ccfdc70 |
children | c212850aec6e 194867efafa9 |
files | config/environment.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config/environment.rb Wed Jan 23 12:01:54 2013 +0000 +++ b/config/environment.rb Tue Feb 12 10:37:52 2013 +0000 @@ -5,7 +5,7 @@ # 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.17' unless defined? RAILS_GEM_VERSION if RUBY_VERSION >= '1.9' Encoding.default_external = 'UTF-8'