<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/cgi.rb, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Update Ruby version to 4.0 for the cgi warnings (#15141)</title>
<updated>2025-11-11T15:58:44+00:00</updated>
<author>
<name>Yasuo Honda</name>
<email>yasuo.honda@gmail.com</email>
</author>
<published>2025-11-11T15:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50c97e1c7807724a87341302b20c3c3bcb46e1db'/>
<id>50c97e1c7807724a87341302b20c3c3bcb46e1db</id>
<content type='text'>
This commit updates the Ruby version in the error message to follow the commit in Ruby master branch.

https://github.com/ruby/ruby/commit/6d81969b475262aba251e99b518181bdf7c5a523</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates the Ruby version in the error message to follow the commit in Ruby master branch.

https://github.com/ruby/ruby/commit/6d81969b475262aba251e99b518181bdf7c5a523</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uplevel for `cgi` under bundler</title>
<updated>2025-05-20T09:22:41+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2025-05-14T17:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a82e7132df71bd99b5d02c0c8a348bc7526a5fbb'/>
<id>a82e7132df71bd99b5d02c0c8a348bc7526a5fbb</id>
<content type='text'>
Since there is `bundled_gems.rb` it is not always one. Fixes the following:
```sh
$ ruby -w -rbundler/inline -e "gemfile {}; require 'cgi'"
/home/earlopain/.rbenv/versions/ruby-dev/lib/ruby/3.5.0+0/bundled_gems.rb:59: warning: CGI library is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
If you need to use the full features of CGI library, Please install cgi gem.
```

into:

```sh
$ ruby -w -rbundler/inline -e "gemfile {}; require 'cgi'"
-e:1: warning: CGI library is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
If you need to use the full features of CGI library, Please install cgi gem.
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since there is `bundled_gems.rb` it is not always one. Fixes the following:
```sh
$ ruby -w -rbundler/inline -e "gemfile {}; require 'cgi'"
/home/earlopain/.rbenv/versions/ruby-dev/lib/ruby/3.5.0+0/bundled_gems.rb:59: warning: CGI library is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
If you need to use the full features of CGI library, Please install cgi gem.
```

into:

```sh
$ ruby -w -rbundler/inline -e "gemfile {}; require 'cgi'"
-e:1: warning: CGI library is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
If you need to use the full features of CGI library, Please install cgi gem.
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Added migration wrapper for cgi.rb and cgi/util.rb</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T11:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5aade8a84acd4fa69c0b5362c807bf41d551c4d8'/>
<id>5aade8a84acd4fa69c0b5362c807bf41d551c4d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed CGI library without CGI::Escape features</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T10:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=600c616507b258cdf9dbfbc822deb267f3202325'/>
<id>600c616507b258cdf9dbfbc822deb267f3202325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support `require 'cgi/escape'` with extracting CGI::Escape from CGI::Util</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T10:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a1d45144bc30aaca67d953521c19c7ee0b378c0'/>
<id>8a1d45144bc30aaca67d953521c19c7ee0b378c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Bump up v0.4.2</title>
<updated>2025-02-27T04:32:32+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-26T07:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9cf5d20e5f355e2d355e3f5426080a9d8467392e'/>
<id>9cf5d20e5f355e2d355e3f5426080a9d8467392e</id>
<content type='text'>
https://github.com/ruby/cgi/commit/ab84b7fe66
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/ab84b7fe66
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Bump up 0.4.2.beta2</title>
<updated>2025-02-27T04:32:32+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-26T06:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cdc55c24520af97fc5d4e31d4db5826cb07e0883'/>
<id>cdc55c24520af97fc5d4e31d4db5826cb07e0883</id>
<content type='text'>
https://github.com/ruby/cgi/commit/8e6fb1041b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/8e6fb1041b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Bump up 0.4.2.beta1</title>
<updated>2025-02-26T06:20:36+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-26T06:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ae0853b5f5f4bf78c2bd9e34cad6e5c94bba6224'/>
<id>ae0853b5f5f4bf78c2bd9e34cad6e5c94bba6224</id>
<content type='text'>
https://github.com/ruby/cgi/commit/3f5b4ed9e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/3f5b4ed9e9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Bump up 0.4.1</title>
<updated>2023-12-05T06:38:55+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-12-05T06:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e7cc79183879b6449d42050407b3e998428b4ef2'/>
<id>e7cc79183879b6449d42050407b3e998428b4ef2</id>
<content type='text'>
https://github.com/ruby/cgi/commit/929e6264b5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/929e6264b5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Bump up 0.4.0</title>
<updated>2023-11-07T08:29:31+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-11-07T08:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=123b2e2fb493618260dffca0dedbf685762ef6a3'/>
<id>123b2e2fb493618260dffca0dedbf685762ef6a3</id>
<content type='text'>
https://github.com/ruby/cgi/commit/6ddd5fc7d7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/6ddd5fc7d7
</pre>
</div>
</content>
</entry>
</feed>
