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

Rails 5.2 support #60

Merged
merged 4 commits into from
Apr 11, 2018
Merged

Rails 5.2 support #60

merged 4 commits into from
Apr 11, 2018

Conversation

aried3r
Copy link
Contributor

@aried3r aried3r commented Apr 11, 2018

No description provided.

@aried3r
Copy link
Contributor Author

aried3r commented Apr 11, 2018

I am not entirely sure what causes the tests to fail with Rails 3.x. I know this is the easy way out, but would it be ok to drop old Rails versions for the next version of mail_form?

.travis.yml Outdated
- Gemfile
before_install:
- gem update --system
- gem install bundler # https://github.com/travis-ci/travis-ci/issues/9333
matrix:
exclude:
- rvm: 2.2.9
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.2.10

@tegon
Copy link
Member

tegon commented Apr 11, 2018

@aried3r Looks like it's failing because you've bumped the ruby versions in the Travis build.
I think you have to bump them into the exclude clauses too. For example, change 2.2.9 to 2.2.10 and 2.3.6 to 2.3.7 and so on. I've made a comment in one of them to help.

@aried3r
Copy link
Contributor Author

aried3r commented Apr 11, 2018

🤦‍♂️ you're right, thanks! All the more reason to drop it so I can't make this mistake anymore ;)

@tegon
Copy link
Member

tegon commented Apr 11, 2018

@aried3r Yeah, I think it makes sense to drop it but that's a matter for another PR.
For now, I think we're good to go, thank you!

@tegon tegon merged commit ade6d2e into heartcombo:master Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants