Skip to content

Commit 7ccf8c3

Browse files
committed
add missing set require
i18n tries to use Set.new somewhere, but doesn't seam to require it itself.
1 parent ac33af9 commit 7ccf8c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/webmachine/translation.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'set'
12
require 'i18n'
23
I18n.enforce_available_locales = true if I18n.respond_to?(:enforce_available_locales)
34
I18n.config.load_path << File.expand_path("../locale/en.yml", __FILE__)

0 commit comments

Comments
 (0)