Skip to content

Commit

Permalink
Merge pull request #602 from ruby-i18n/revert-574-master
Browse files Browse the repository at this point in the history
Revert "Fix missing requires of i18n/core_ext/hash"
  • Loading branch information
radar committed Jan 27, 2022
2 parents c69b741 + 813124c commit f80e96a
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 f80e96a

Please sign in to comment.