Skip to content

Commit 6da0365

Browse files
committed
Loosen i18n gem deps from ~> to >=
1 parent 78f5ecf commit 6da0365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activesupport/lib/active_support/vendor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
end
2222

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

0 commit comments

Comments
 (0)