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

Update development gem dependencies #335

Open
synthead opened this issue Feb 14, 2025 · 0 comments
Open

Update development gem dependencies #335

synthead opened this issue Feb 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@synthead
Copy link
Owner

synthead commented Feb 14, 2025

These are the development dependencies:

group :development do
gem "mdl", "~> 0.12.0"
gem "rspec", "~> 3.12.0"
gem "rubocop", "~> 1.54.1"
gem "rubocop-github", "~> 0.20.0"
gem "tzinfo", "~> 2.0.5"
gem "yard-junk", "~> 0.0.9"
end

With the Ruby 3.4.1 update in #332, there are multiple issues with old gems on the new Ruby version.

Let's update these gems to support Ruby 3.4.1 👍

@synthead synthead added the bug Something isn't working label Feb 14, 2025
@synthead synthead self-assigned this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant