-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support Rails5.1.0 #56
Conversation
@cookpad/dev-infra please review. |
[rails 5.1.0] Directly inheriting from ActiveRecord::Migration is not supported.
kuroko2.gemspec
Outdated
@@ -26,6 +26,7 @@ Gem::Specification.new do |s| | |||
s.add_dependency 'retryable' | |||
s.add_dependency 'faraday' | |||
s.add_dependency 'sprockets' | |||
s.add_dependency 'slim' |
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.
Is this intended? It seems we already have slim-rails and it claims "there is no need to include gem "slim" in your Gemfile.": https://github.com/slim-template/slim-rails
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.
It is for preventing https://travis-ci.org/cookpad/kuroko2/jobs/225911655 .
But it seems it was another cause. (Maybe the responders gem update was effective )
So I revert this changes 3eb2aa3 .
This reverts commit 1a2dca5.
No description provided.