Commit 810ed8a8e6caf5b2ff7ba18fe3401197142b9e9b
1 parent
9affaee1
Exists in
master
and in
1 other branch
updating to rails 2.3.3
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/environment.rb
1 | 1 | # Be sure to restart your server when you modify this file |
2 | 2 | |
3 | 3 | # Specifies gem version of Rails to use when vendor/rails is not present |
4 | -RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION | |
4 | +RAILS_GEM_VERSION = '2.3.3' unless defined? RAILS_GEM_VERSION | |
5 | 5 | |
6 | 6 | # Bootstrap the Rails environment, frameworks, and default configuration |
7 | 7 | require File.join(File.dirname(__FILE__), 'boot') | ... | ... |