Skip to content

Commit

Permalink
Revert "Fix missing requires of i18n/core_ext/hash"
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jan 26, 2022
1 parent 07e1e83 commit 813124c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lib/i18n/backend/chain.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'i18n/core_ext/hash'

module I18n
module Backend
# Backend that chains multiple other backends and checks each of them when
Expand Down
1 change: 0 additions & 1 deletion lib/i18n/backend/gettext.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'i18n/core_ext/hash'
require 'i18n/gettext'
require 'i18n/gettext/po_parser'

Expand Down
1 change: 0 additions & 1 deletion test/backend/chain_test.rb
@@ -1,5 +1,4 @@
require 'test_helper'
require 'i18n/backend/chain'

class I18nBackendChainTest < I18n::TestCase
def setup
Expand Down
1 change: 0 additions & 1 deletion test/gettext/backend_test.rb
@@ -1,7 +1,6 @@
# encoding: utf-8

require 'test_helper'
require 'i18n/backend/gettext'

class I18nGettextBackendTest < I18n::TestCase
include I18n::Gettext::Helpers
Expand Down

0 comments on commit 813124c

Please sign in to comment.