Skip to content

Commit

Permalink
Fix 'i18n' require broken by 0.0.1 -> 0.1.1 commit [#1658 state:commi…
Browse files Browse the repository at this point in the history
…tted]

Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
  • Loading branch information
yaroslav authored and dhh committed Dec 28, 2008
1 parent 1648df7 commit 3b92b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/vendor.rb
Expand Up @@ -24,6 +24,6 @@
# begin
# gem 'i18n', '~> 0.1.1'
# rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.1.1"
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.1.1/lib"
require 'i18n'
# end

0 comments on commit 3b92b14

Please sign in to comment.