Skip to content

Conversation

@a2ikm
Copy link
Contributor

@a2ikm a2ikm commented Nov 2, 2025

This pull request removes Gemfile.lock and .ruby-version from the repository, and adds them to .gitignore.
Since this is a gem project (not an application), we shouldn’t lock dependencies or Ruby versions. Maintaining these files would unnecessarily restrict compatibility and make it harder for contributors and users to install the gem under different environments.

Dependency installation is already verified through CI, ensuring that all required gems can be installed successfully.

@a2ikm a2ikm force-pushed the ignore-gemfile-lock-and-ruby-version branch from b98c004 to 8537899 Compare November 2, 2025 09:53
@a2ikm a2ikm merged commit 430ab5f into master Nov 2, 2025
15 checks passed
@a2ikm a2ikm deleted the ignore-gemfile-lock-and-ruby-version branch November 2, 2025 09:57
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