Commit 810ed8a8e6caf5b2ff7ba18fe3401197142b9e9b

Authored by Daniel Croak
1 parent 9affaee1

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')
... ...