-
Notifications
You must be signed in to change notification settings - Fork 78
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
Rails 5.1 support #105
Rails 5.1 support #105
Conversation
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.
The build is failing, please look into it. And, please specify versions of ActiveRecord and Rails like other files.
.travis.yml
Outdated
- rbx-2 | ||
- jruby | ||
gemfile: | ||
- gemfiles/active4.0.13.gemfile | ||
- gemfiles/active4.1.16.gemfile | ||
- gemfiles/active4.2.7.1.gemfile | ||
- gemfiles/active5.0.0.1.gemfile | ||
- gemfiles/active5.1.gemfile |
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.
Please name this file to active5.1.0.gemfile
as other files.
.travis.yml
Outdated
- gemfiles/rails4.0.13.gemfile | ||
- gemfiles/rails4.1.16.gemfile | ||
- gemfiles/rails4.2.7.1.gemfile | ||
- gemfiles/rails5.0.0.1.gemfile | ||
- gemfiles/rails5.1.gemfile |
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.
Ditto
gemfiles/active5.1.gemfile
Outdated
|
||
gem "coveralls", :require => false | ||
gem "rubocop", :require => false | ||
gem "activesupport", "5.1" |
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.
Please specify tiny version like '5.1.0'
gemfiles/rails5.1.gemfile
Outdated
|
||
gem "coveralls", :require => false | ||
gem "rubocop", :require => false | ||
gem "rails", "5.1" |
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.
Ditto
@eitoball thanks for the review, i'll fix the issues. On the failing build it's complaining about outdated gemfile.lock. I assume some version of gem in lockfile was revoked from rubygems.org. i haven't touched those lockfiles trying to remove the |
fa6ceee
to
e5746dd
Compare
@eitoball pls review |
Thank you! |
Rails 5.1 support + added ruby 2.4 and removed ruby 2.0 from travis