]> git.openstreetmap.org Git - rails.git/commitdiff
Require i18n 0.4.1 specifically as some later versions don't work
authorTom Hughes <tom@compton.nu>
Tue, 14 Dec 2010 21:14:42 +0000 (21:14 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Dec 2010 23:59:06 +0000 (23:59 +0000)
config/environment.rb

index 6d6c952fb0143811374acf7b1862fa25cc4bfa59..52cf5528cee65cbe2da5bef3dc16ce29c8e5e84a 100644 (file)
@@ -25,7 +25,7 @@ Rails::Initializer.run do |config|
   config.gem 'httpclient'
   config.gem 'SystemTimer', :version => '>= 1.1.3', :lib => 'system_timer'
   config.gem 'sanitize'
-  config.gem 'i18n', :version => '>= 0.4.1'
+  config.gem 'i18n', :version => '= 0.4.1'
 
   # Only load the plugins named here, in the order given (default is alphabetical).
   # :all can be used as a placeholder for all plugins not explicitly named