-
Notifications
You must be signed in to change notification settings - Fork 63
Page additions #502
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
Page additions #502
Conversation
.ruby-version
Outdated
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.
I feel like we keep having problems with ruby version changing with development based on who is doing the development.
TODO:
Either:
Create Issue to add .ruby-version
and Gemfile.lock
to gitignore
or
Set ruby_version and gemfile.lock and do not allow updates to .ruby_version
or Gemfile.lock
unless that is the issue.
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.
If you can remove your ruby_version and gemfile.lock changes.
After that it's good to go!
@cmm25 see review. Only a minor issue and then we're all set to add. |
done check my lastest commit |
This pull request addresses two key areas:
MAINTAINERS.md
fileMAINTAINERS.md Update
The
MAINTAINERS.md
file has been extensively revised to enhance clarity and accessibility for new and experienced contributors. Key updates include:These improvements aim to streamline the contribution process and make it more approachable for contributors at all levels.
Ruby Version Compatibility Fix
I encountered an error when trying to install Ruby 3.3.4:
To resolve this, the project has been updated to use Ruby 3.3.0, the latest available version in the
rbenv
list. The update includes:.ruby-version
file to specify version 3.3.0Gemfile
for compatibility with Ruby 3.3.0Gemfile.lock
to reflect necessary dependency changesThese updates should resolve installation issues and provide a smoother setup experience for future contributors.