-
Notifications
You must be signed in to change notification settings - Fork 102
4001 vendor mimemagic to deal with license issues #4002
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
Conversation
d8e1ffb to
a390579
Compare
|
@mnyon-grandkru merge conflicts |
c1f9bfb to
1086d47
Compare
rlgreen91
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really just have the one question about the change to the acts_as_follower gem
Gemfile
Outdated
|
|
||
| # follower functionality | ||
| gem 'acts_as_follower', github: 'tcocca/acts_as_follower' | ||
| gem 'acts_as_follower' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the version listed on Rubygems has an issue with Rails 5+, which is why we switched to using the source here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Restoring github
6d5846f to
8ed607f
Compare
In your PR did you: