Skip to content

Commit e2b59e2

Browse files
fjOrtuna
authored andcommitted
Increases strictness of explicit i18n dependency
i18n v0.6.7 introduces I18n.enforce_available_locales=, which Padrino depends on. Earlier versions of the i18n gem that are on the 0.6 line will satisfy the gemspec dependency but will not allow the tests to pass since the gem lacks that method.
1 parent 67d91ce commit e2b59e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

padrino-helpers/padrino-helpers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Gem::Specification.new do |s|
2424
s.rdoc_options = ["--charset=UTF-8"]
2525

2626
s.add_dependency("padrino-core", Padrino.version)
27-
s.add_dependency("i18n", "~> 0.6")
27+
s.add_dependency("i18n", "~> 0.6", ">= 0.6.7")
2828
end

0 commit comments

Comments
 (0)