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

Ruby 3.1 and Rails 6.1 support #371

Merged
merged 2 commits into from
Jul 18, 2022
Merged

Ruby 3.1 and Rails 6.1 support #371

merged 2 commits into from
Jul 18, 2022

Conversation

eddierubeiz
Copy link
Contributor

@eddierubeiz eddierubeiz commented Jul 13, 2022

  • Adds support for Ruby 3.0 and 3.1, as well as Rails 6.1
  • Three changes to the enginecart test app to support Ruby 3.1 with Rails 6.1:
    • Opts into 'mail', '>= 2.8.0.rc1'
    • Holds back psych < 4
    • 'net-smtp', require: false

This should address both #345 and #331.

@eddierubeiz eddierubeiz force-pushed the rails_3_1 branch 2 times, most recently from 85bc5f1 to 8d6303b Compare July 13, 2022 20:14
@eddierubeiz eddierubeiz changed the title rails 3.1 [WIP] rails 3.1 Jul 14, 2022
.circleci/config.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
@eddierubeiz eddierubeiz changed the title [WIP] rails 3.1 Rails 3.1 support Jul 14, 2022
@eddierubeiz eddierubeiz marked this pull request as ready for review July 14, 2022 20:32
@jrochkind
Copy link
Contributor

@eddierubeiz The PR title says "Rails 3.1 support". -- it's actually Ruby 3.1 support of course. Fix? If there are versions of Rails added in this PR, mention them too.

Then this looks mergeble to me, hooray!

@eddierubeiz eddierubeiz self-assigned this Jul 15, 2022
@eddierubeiz eddierubeiz changed the title Rails 3.1 support Ruby 3.1 support Jul 15, 2022
@eddierubeiz eddierubeiz changed the title Ruby 3.1 support Ruby 3.1 and Rails 6.1 support Jul 15, 2022
@jrochkind jrochkind merged commit 60518d6 into main Jul 18, 2022
@jrochkind jrochkind deleted the rails_3_1 branch July 18, 2022 14:57
@jrochkind
Copy link
Contributor

jrochkind commented Jul 18, 2022

Sweet, thanks @eddierubeiz ! All the hard work you did in previous PR's made this final PR simple.

Should we do a questioning_authority release?

@eddierubeiz eddierubeiz mentioned this pull request Jul 19, 2022
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.

2 participants