-
Notifications
You must be signed in to change notification settings - Fork 699
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
Remove support for rails 4 #417
Conversation
a5b46da
to
6b2ef33
Compare
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.
🚀 Thanks for the cleanup.
Sub @swalkinshaw for @kevinhughes27 since Kevin is away. Scott, please see the comments in this thread for context on why we are removing support for Rails 5). |
.travis.yml
Outdated
@@ -6,5 +6,4 @@ rvm: | |||
- 2.3.1 | |||
|
|||
gemfile: | |||
- Gemfile.rails40 | |||
- Gemfile.rails50 | |||
- 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.
Is this even needed anymore?
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.
We didn't need that. Removed 👍
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.
Good stuff 🚀
Oh, can you update https://github.com/Shopify/shopify_app#rails-5 |
Awesome! Thanks for doing this :) |
Shouldn't this have been released as gem 'shopify_app', '~> 7.2.0' |
Fair point Ashmaroli. We should have skipped to On the bright side, bundler will complain and let them know if their app is using Rails < 5. |
We need to remove support for Rails 4 because changes to the testing syntax In Rails 5 are not compatible with this version.
This PR makes the following changes: