Skip to content

Commit

Permalink
Update Rails to 2.3.2. [#24]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 28, 2009
1 parent 686023d commit ce621bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions config/boot.rb
Expand Up @@ -44,6 +44,7 @@ class VendorBoot < Boot
def load_initializer
require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer"
Rails::Initializer.run(:install_gem_spec_stubs)
Rails::GemDependency.add_frozen_gem_path
end
end

Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -8,7 +8,7 @@
ENV['FIXTURES'] ||= 'countries,states,roles,users,calendars,permissions,events,commitments'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.2.2' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down

0 comments on commit ce621bf

Please sign in to comment.