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 Rails 5.1 support to JBuilder #389

Merged
merged 2 commits into from
Feb 24, 2017
Merged

Add Rails 5.1 support to JBuilder #389

merged 2 commits into from
Feb 24, 2017

Conversation

maclover7
Copy link
Contributor

@maclover7 maclover7 commented Feb 23, 2017

Closes #388
Closes rails/rails#28140

Allow Rails 5.1 applications to use JBuilder.
@@ -9,6 +9,5 @@ gem "pry"
gem "railties", "~> 4.2.0"
gem "actionpack", "~> 4.2.0"
gem "activemodel", "~> 4.2.0"
gem "nokogiri", "< 1.7" if RUBY_VERSION < "2.1"
Copy link
Member

Choose a reason for hiding this comment

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

Why this was removed?

Copy link
Contributor Author

@maclover7 maclover7 Feb 24, 2017

Choose a reason for hiding this comment

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

... I didn't remove it? It might have gotten nixed when I ran appraisal install. Will re-add.

@rafaelfranca rafaelfranca merged commit 80e078e into rails:master Feb 24, 2017
@maclover7 maclover7 deleted the jm-rails-51 branch February 24, 2017 02:38
@maclover7
Copy link
Contributor Author

@rafaelfranca should v2.6.3 be released with these changes?

@rafaelfranca
Copy link
Member

Yes. I'm doing it already.

@rafaelfranca
Copy link
Member

Done

@chrisarcand
Copy link

Thanks guys! 💙

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