From c896d57b1bdcb0ff5399543a5cd8d985284f65a5 Mon Sep 17 00:00:00 2001 From: KAKUTANI Shintaro Date: Thu, 16 Jul 2009 01:46:30 +0900 Subject: [PATCH] specify gettext version --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index a695683..2c65eb4 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -34,7 +34,7 @@ # config.gem "aws-s3", :lib => "aws/s3" config.gem 'haml' config.gem 'ruby-openid', :lib => 'openid', :version => '>= 2.0.4' - config.gem 'gettext' + config.gem 'gettext', :version => '=1.93.0' # Only load the plugins named here, in the order given. By default, all plugins