Skip to content

Remove bundler as development_dependency from gemspec file - #154

Closed
raysrashmi wants to merge 2 commits into
masterfrom
raysrashmi-remove-bundler
Closed

Remove bundler as development_dependency from gemspec file#154
raysrashmi wants to merge 2 commits into
masterfrom
raysrashmi-remove-bundler

Conversation

@raysrashmi

Copy link
Copy Markdown
Collaborator

No description provided.

seanpdoyle and others added 2 commits January 14, 2026 12:07
According to [Ruby 4.0's Release Notes][notes], the stdlib no longer
includes the CGI library by default. This means that `CGI.parse` is no
longer available without explicitly requiring the `cgi` gem as a
dependency.

To uncover this requirement, add `4.0` to the `ruby` matrix in the
GitHub actions configuration file, then add `cgi` as a dependency to the
gemspec.

[notes]: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/#stdlib-compatibility-issues
@arunagw arunagw changed the title remove bundler Remove bundler as development_dependency from gemspec file Jan 15, 2026
@raysrashmi

Copy link
Copy Markdown
Collaborator Author

Closing this one as new PR #155

@raysrashmi raysrashmi closed this Jan 16, 2026
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