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

Drop Ruby 2.6 from cronjob as Rails 7 requires Ruby 2.7+ #1209

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Drop Ruby 2.6 from cronjob as Rails 7 requires Ruby 2.7+ #1209

merged 1 commit into from
Feb 24, 2021

Conversation

yahonda
Copy link
Contributor

@yahonda yahonda commented Feb 24, 2021

This commit addresses these errors at cronjob.
https://github.com/activerecord-hackery/ransack/runs/1966021652?check_suite_focus=true

activesupport-7.0.0.alpha requires ruby version >= 2.7.0, which is incompatible
with the current version, ruby 2.6.6p146
Error: Process completed with exit code 5.

Refer
rails/rails@6487836

This commit addresses these errors at cronjob.
https://github.com/activerecord-hackery/ransack/runs/1966021652?check_suite_focus=true

```
activesupport-7.0.0.alpha requires ruby version >= 2.7.0, which is incompatible
with the current version, ruby 2.6.6p146
Error: Process completed with exit code 5.
```

Refer
rails/rails@6487836
@yahonda yahonda mentioned this pull request Feb 24, 2021
@scarroll32
Copy link
Member

Awesome, thank you so much for the super-quick response @yahonda ! 🚀

@scarroll32 scarroll32 merged commit 8e4250e into activerecord-hackery:master Feb 24, 2021
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