Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Fix missing requires of i18n/core_ext/hash" #602

Merged
merged 1 commit into from Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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