Skip to content

Commit

Permalink
Loosen i18n gem deps from ~> to >=
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 14, 2009
1 parent 78f5ecf commit 6da0365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/vendor.rb
Expand Up @@ -21,8 +21,8 @@
end

begin
gem 'i18n', '~> 0.1.3'
gem 'i18n', '>= 0.1.3'
rescue Gem::LoadError
$:.unshift "#{File.dirname(__FILE__)}/vendor/i18n-0.1.3/lib"
end
require 'i18n'
require 'i18n'

0 comments on commit 6da0365

Please sign in to comment.