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

Add support for Rails 5.2 #85

Merged
merged 3 commits into from
Apr 13, 2018
Merged

Add support for Rails 5.2 #85

merged 3 commits into from
Apr 13, 2018

Conversation

tegon
Copy link
Member

@tegon tegon commented Apr 11, 2018

This pull request allows the gem to be installed on Rails 5.2.

Closes #84

Gemfile.lock Outdated
@@ -2,74 +2,77 @@ PATH
remote: .
specs:
show_for (0.6.0)
actionpack (>= 4.1, < 5.2)
activemodel (>= 4.1, < 5.2)
actionpack (>= 4.1, < 6.0)
Copy link

@feliperenan feliperenan Apr 11, 2018

Choose a reason for hiding this comment

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

Maybe it worth remove the upper bound like we did in Simple Form. See: heartcombo/simple_form#1543 (diff)

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure thing 👍

- rvm: 2.1.10
gemfile: gemfiles/Gemfile-rails.head
- rvm: 2.2.10
gemfile: gemfiles/Gemfile-rails.4.1.x

Choose a reason for hiding this comment

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

Could we drop these Rails old versions? 🤔

Copy link
Member Author

@tegon tegon Apr 13, 2018

Choose a reason for hiding this comment

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

Maybe, but I think that's a matter for another PR. Since none of the tests broke I think we can leave as it is for now.

@pedrofurtado
Copy link

Looking forward to approval of this PR!

@tegon tegon merged commit f130fc4 into master Apr 13, 2018
@tegon tegon deleted the let-rails-5.2 branch April 13, 2018 03:03
@pedrofurtado
Copy link

ASAP, release a new version of gem, with the support of Rails 5.2.x. Thanks!

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.

3 participants