| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-09 | Merge RubyGems/Bundler 4.0.6 | Hiroshi SHIBATA | |
| 2025-11-18 | Downgrade net-http 0.7.0 because JRuby is not working | Hiroshi SHIBATA | |
| 2025-11-18 | Use released version of net-http-0.8.0 | Hiroshi SHIBATA | |
| 2025-11-18 | [ruby/rubygems] Update resolv-0.6.3 | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/778426fb73 | |||
| 2025-11-18 | [ruby/rubygems] Update optparse-0.8.0 | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/4e02243f66 | |||
| 2025-11-18 | [ruby/rubygems] Update timeout-0.4.4 | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/b6deff99c9 | |||
| 2025-11-18 | [ruby/rubygems] Update URI-1.1.1 | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/07f2daf51e | |||
| 2025-10-23 | [ruby/rubygems] Bump up vendored uri to 1.0.4 | Hiroshi SHIBATA | |
| https://github.com/ruby/rubygems/commit/bc77ec0bf2 | |||
| 2025-07-10 | [rubygems/rubygems] Update vendored resolv to 0.6.2 | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/afbbc02763 | |||
| 2025-05-14 | Applied rake vendor:install | Hiroshi SHIBATA | |
| 2025-05-13 | Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is ↵ | Hiroshi SHIBATA | |
| provided snce Ruby 2.3 Notes: Merged: https://github.com/ruby/ruby/pull/13311 | |||
| 2025-05-09 | Use cgi/escape instead of cgi/util | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/13275 | |||
| 2025-03-03 | [rubygems/rubygems] Update vendored uri to 1.0.3 | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/176dc7421c Notes: Merged: https://github.com/ruby/ruby/pull/12840 | |||
| 2025-01-28 | Ignore vendor folder for documentation just once | Nobuyoshi Nakada | |
| 2024-12-24 | Merge RubyGems-3.6.2 and Bundler-2.6.2 | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12444 | |||
| 2024-12-18 | Bump vendored securerandom to 0.4.1 | David Rodríguez | |
| 2024-12-18 | Bump vendored timeout to 0.4.3 | David Rodríguez | |
| 2024-12-17 | Bump vendored resolv to 0.6.0 | David Rodríguez | |
| 2024-12-13 | Bump vendored uri to 1.0.2 | David Rodríguez | |
| 2024-12-13 | Bump vendored net-http to 0.6.0 | David Rodríguez | |
| 2024-12-13 | Bump vendored securerandom to 0.4.0 | David Rodríguez | |
| 2024-11-14 | Update vendored timeout to 0.4.2 | David Rodríguez | |
| 2024-11-14 | Update vendored securerandom to 0.3.2 | David Rodríguez | |
| 2024-11-14 | Update vendored resolv to 0.5.0 | David Rodríguez | |
| 2024-11-14 | Update vendored net-http to 0.5.0 | David Rodríguez | |
| 2024-11-14 | Update vendored optparse to 0.6.0 | David Rodríguez | |
| 2024-11-11 | Bump vendored uri to 1.0.1 | David Rodríguez | |
| 2024-10-10 | Update vendored net-http | Samuel Giddins | |
| Signed-off-by: Samuel Giddins <segiddins@segiddins.me> Notes: Merged: https://github.com/ruby/ruby/pull/11860 | |||
| 2024-09-03 | Change automatiek to properly vendor securerandom | David Rodríguez | |
| Co-authored-by: Jean Boussier <jean.boussier@gmail.com> | |||
| 2024-09-03 | Fix `gem exec rails new foo` failing on Ruby 3.2 | David Rodríguez | |
| The default version of securerandom (0.2.2) gets activated by RubyGems, but does not match Rails requirements (>= 0.3), leading to an error like this: ``` $ gem exec rails new repro /Users/deivid/Code/rubygems/rubygems/lib/rubygems/specification.rb:2246:in `raise_if_conflicts': Unable to activate activesupport-7.2.1, because securerandom-0.2.2 conflicts with securerandom (>= 0.3) (Gem::ConflictError) from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/specification.rb:1383:in `activate' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/specification.rb:1421:in `block in activate_dependencies' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/specification.rb:1403:in `each' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/specification.rb:1403:in `activate_dependencies' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/specification.rb:1385:in `activate' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/core_ext/kernel_gem.rb:62:in `block in gem' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/core_ext/kernel_gem.rb:62:in `synchronize' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/core_ext/kernel_gem.rb:62:in `gem' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/commands/exec_command.rb:193:in `activate!' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/commands/exec_command.rb:73:in `execute' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/command.rb:326:in `invoke_with_build_args' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/command_manager.rb:255:in `invoke_command' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/command_manager.rb:194:in `process_args' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/command_manager.rb:152:in `run' from /Users/deivid/Code/rubygems/rubygems/lib/rubygems/gem_runner.rb:56:in `run' from /Users/deivid/code/rubygems/rubygems/exe/gem:12:in `<main>' ``` Vendoring our own securerandom fixes the issue since that way we avoid activating the gem internally. | |||
| 2024-09-03 | Let automatiek convert requires that are indented to require_relative as well | David Rodríguez | |
| 2024-03-27 | Update vendored resolv to 0.4.0 | Hiroshi SHIBATA | |
| 2024-03-19 | Don't replace doc url for vendored files | Hiroshi SHIBATA | |
| 2024-03-05 | [DOC] fix some comments | cui fliter | |
| Signed-off-by: cui fliter <imcusg@gmail.com> | |||
| 2024-02-26 | [rubygems/rubygems] Use wrapper file for vendored tsort | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/93514afa28 | |||
| 2024-02-26 | [rubygems/rubygems] Rename wrapper files for vendored libraries with ↵ | Hiroshi SHIBATA | |
| 'vendored_' prefix https://github.com/rubygems/rubygems/commit/cfc908c8c1 | |||
| 2024-01-30 | [rubygems/rubygems] Update namespace Gem::Resolver::Molinillo to Gem::Molinillo | Hiroshi SHIBATA | |
| https://github.com/rubygems/rubygems/commit/6c4caf3ab0 | |||
| 2024-01-30 | Move molinillo under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-30 | Move tsort under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-30 | Move timeout under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-30 | Move net-http under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-30 | Move net-protocol under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-30 | Move optparse under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-30 | Move resolv under the vendor directory | Hiroshi SHIBATA | |
| 2024-01-29 | Removed duplicated license file | Hiroshi SHIBATA | |
| 2024-01-29 | Vendor uri gem in RubyGems | David Rodríguez | |
