-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update Ruby and support Rails v8 #111
Update Ruby and support Rails v8 #111
Conversation
@skcc321 could you check it next days? 🙇 |
Great job @mateuszgorniak! |
…by Rubocop anyway
76dda49
to
5f08fc1
Compare
0696ab1
to
c583abb
Compare
Could we try to run workflows again @skcc321 ? :-) |
Ok, it seems the failing checks are related to an issue caused by the latest update of the UPDATE: Problem should be already solved and |
b6572fe
to
feb9170
Compare
@@ -19,5 +19,9 @@ def copy_migrations | |||
def copy_initializer | |||
template 'deploy_pin.rb', 'config/initializers/deploy_pin.rb' | |||
end | |||
|
|||
def migration_version |
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 point!
2. **Docker** | ||
Ensure Docker is installed and running on your machine. | ||
|
||
#### Running the Workflow |
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.
nice!
This PR introduces several updates and improvements:
Ruby version upgrade
Rails v8 compatibility
Rubocop and Reek configuration update
rubocop_todo.yml
file to reflect the latest code analysis and align with updated coding standards.Documentation update
Running Tests Locally
section