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

Support Rails5.1.0 #56

Merged
merged 4 commits into from
May 9, 2017
Merged

Support Rails5.1.0 #56

merged 4 commits into from
May 9, 2017

Conversation

eisuke
Copy link
Member

@eisuke eisuke commented May 8, 2017

No description provided.

@eisuke eisuke changed the title [WIP] Support Rails5.1.0 Support Rails5.1.0 May 9, 2017
@eisuke
Copy link
Member Author

eisuke commented May 9, 2017

@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'
Copy link
Contributor

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

Copy link
Member Author

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 .

@eisuke eisuke merged commit 6ad98ba into cookpad:master May 9, 2017
@eisuke eisuke deleted the rails51 branch May 9, 2017 04:58
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.

3 participants