forked from tpkg/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ActiveSupport actually has a line like > HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess Which means that we're actually reopening the class, rather than defining our own, which means we're mixing old/new functionality. This was reported as breaking Rails 4: tpkg#44, tpkg#50 I tool tdombrowski's suggestion to keep the functionality vendored.
- Loading branch information
bhenderson
committed
Feb 29, 2016
1 parent
72276af
commit b34ce68
Showing
1 changed file
with
21 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters