summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-09[ruby/optparse] Use `\A` instead of `^` as the beginning of stringNobuyoshi Nakada
2025-03-09[ruby/optparse] [DOC] Manage rdoc options only in .rdoc_options fileNobuyoshi Nakada
2025-03-03[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methodsMichael Chui
2025-03-03[rubygems/rubygems] docs(bundle-config): hint default group when using only o...Mateo
2025-03-03[rubygems/rubygems] Bring man pages up to dateJosef Šimánek
2025-03-03[rubygems/rubygems] Update vendored uri to 1.0.3Hiroshi SHIBATA
2025-02-28[rubygems/rubygems] Retry gracefully on blank partial response in compact indexMartin Emde
2025-02-27[ruby/cgi] Bump up v0.4.2Hiroshi SHIBATA
2025-02-27[ruby/cgi] Bump up 0.4.2.beta2Hiroshi SHIBATA
2025-02-27[rubygems/rubygems] Remove MD5 digesting of compact index responsesMartin Emde
2025-02-27[rubygems/rubygems] Improve error message when on read-only filesystemsDavid Rodríguez
2025-02-27[ruby/uri] Use a fully qualified name in warning messagesyuuji.yaginuma
2025-02-27[ruby/uri] Fix the mention to removed `URI.escape/URI::Escape`Yuji Yaginuma
2025-02-26[ruby/cgi] Escape/unescape unclosed tags as wellHiroshi SHIBATA
2025-02-26[ruby/cgi] Use String#concat instead of String#+ for reducing cpu usageHiroshi SHIBATA
2025-02-26[ruby/uri] Bump up v1.0.3Hiroshi SHIBATA
2025-02-26[ruby/uri] Fix merger of URI with authority componentHiroshi SHIBATA
2025-02-26[ruby/uri] Truncate userinfo with URI#join, URI#merge and URI#+Hiroshi SHIBATA
2025-02-26[ruby/cgi] Bump up 0.4.2.beta1Hiroshi SHIBATA
2025-02-25[ruby/prism] Restore a comment for `Prism::Translation::Parser#initialize`Koichi ITO
2025-02-25[ruby/prism] Fix merge mishapEarlopain
2025-02-25[ruby/prism] Add a custom builder class for the parser translatorEarlopain
2025-02-25[ruby/prism] Support custom parser in `Prism::Translation::Parser`Koichi ITO
2025-02-25[rubygems/rubygems] Improve log message about adding a new platformDavid Rodríguez
2025-02-25[rubygems/rubygems] Refactor handling platform removalsDavid Rodríguez
2025-02-25[rubygems/rubygems] Improve log message when resolving due to local platform ...David Rodríguez
2025-02-25[rubygems/rubygems] Modify `bundle doctor` to not report issue when files are...Edouard CHIN
2025-02-25[ruby/pp] Ensure the thread local state is always set up.Samuel Williams
2025-02-21[ruby/cgi] Use license files same as ruby/rubyHiroshi SHIBATA
2025-02-21[rubygems/rubygems] Allow noop `bundle install` to work on read-only or prote...David Rodríguez
2025-02-21[rubygems/rubygems] bin/rubocop -a --only Style/MultipleComparisonHiroshi SHIBATA
2025-02-21[rubygems/rubygems] Fix resolver issue due to ill-defined version ranges bein...David Rodríguez
2025-02-20[rubygems/rubygems] gem server command is extracted from rubygems core featur...Hiroshi SHIBATA
2025-02-20[rubygems/rubygems] Fix lockfile platforms inconveniently added on JRubyDavid Rodríguez
2025-02-19[rubygems/rubygems] Make sure empty gems are not reinstalled every timeDavid Rodríguez
2025-02-18[rubygems/rubygems] Fix Bundler incorrectly downgrading direct dependenciesDavid Rodríguez
2025-02-18[rubygems/rubygems] Don't try to skip requirements to prevent downgradesDavid Rodríguez
2025-02-18[rubygems/rubygems] Fix locked gems being upgraded when locked dependencies a...David Rodríguez
2025-02-18[rubygems/rubygems] Refactor finding dependency changesDavid Rodríguez
2025-02-18[rubygems/rubygems] Improve processing and categorizing unlock informationDavid Rodríguez
2025-02-17[rubygems/rubygems] Make Bundler never instantiate development dependenciesDavid Rodríguez
2025-02-14[rubygems/rubygems] Reset existing specs when using `Bundler::SpecSet#[]=`David Rodríguez
2025-02-14[rubygems/rubygems] Refactor SpecSet to not need resetDavid Rodríguez
2025-02-14[rubygems/rubygems] Simplify hacks to integrate with RubyGemsDavid Rodríguez
2025-02-14[rubygems/rubygems] Simplify SpecSet#sortedDavid Rodríguez
2025-02-14[rubygems/rubygems] Raise error when lockfile is missing deps in frozen modeDavid Rodríguez
2025-02-14[rubygems/rubygems] Deprecate legacy windows platforms (mswin, mingw) in the ...johnnyshields
2025-02-14[rubygems/rubygems] Fix legacy windows platform values no longer workingDavid Rodríguez
2025-02-13[ruby/prism] No writing to numbered parametersKevin Newton
2025-02-13[Feature #21116] Extract RJIT as a third-party gemNobuyoshi Nakada