Skip to content

Commit

Permalink
applied upstream patch to solve toptal#832
Browse files Browse the repository at this point in the history
  • Loading branch information
ptolemybarnes committed Jul 5, 2023
1 parent e273c5e commit b65d75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chewy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require 'active_support/core_ext/object/inclusion'
require 'active_support/core_ext/string/inflections'

require 'i18n/core_ext/hash'
require 'active_support/core_ext/hash'
require 'chewy/backports/deep_dup' unless Object.respond_to?(:deep_dup)
require 'singleton'
require 'base64'
Expand Down
2 changes: 1 addition & 1 deletion lib/chewy/rspec/update_index.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'i18n/core_ext/hash'
require 'active_support/core_ext/hash'

# Rspec matcher `update_index`
# To use it - add `require 'chewy/rspec'` to the `spec_helper.rb`
Expand Down

0 comments on commit b65d75d

Please sign in to comment.