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

Drop ActiveSupport as dependency #4

Merged
merged 3 commits into from
Oct 9, 2016

Conversation

paulgoetze
Copy link
Member

The only functionality that was used from ActiveSupport was the Hash#deep_merge method.
Instead of using ActiveSupport the deep_merge functionality is now implemented in the Store class.

@paulgoetze paulgoetze force-pushed the feature/drop-activesupport-dependency branch 3 times, most recently from 957747d to 7b1e645 Compare October 6, 2016 11:41
The only functionality that was used from ActiveSupport was the Hash#deep_merge method.
Instead of using ActiveSupport the deep_merge functionality is now implemented in the Store class.
@paulgoetze paulgoetze force-pushed the feature/drop-activesupport-dependency branch from 7b1e645 to 24e8c74 Compare October 6, 2016 11:59
@paulgoetze paulgoetze force-pushed the feature/drop-activesupport-dependency branch from 8dbf091 to d7a199d Compare October 9, 2016 12:19
@paulgoetze paulgoetze merged commit edc0d45 into develop Oct 9, 2016
@paulgoetze paulgoetze deleted the feature/drop-activesupport-dependency branch October 9, 2016 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant