Showing
1 changed file
with
2 additions
and
2 deletions
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.11' unless defined? RAILS_GEM_VERSION | |
4 | +RAILS_GEM_VERSION = '2.3.14' 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') |
... | ... | @@ -38,4 +38,4 @@ Rails::Initializer.run do |config| |
38 | 38 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |
39 | 39 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')] |
40 | 40 | # config.i18n.default_locale = :de |
41 | -end | |
\ No newline at end of file | ||
41 | +end | ... | ... |
Please
register
or
login
to post a comment