summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2025-02-13[rubygems/rubygems] `--prefer-local` should resolve to latest version if no g...David Rodríguez
2025-02-13[rubygems/rubygems] Fix incorrect error message in frozen modeDavid Rodríguez
2025-02-13[rubygems/rubygems] Fix `type` and `gemfile` not getting reported as invalid ...David Rodríguez
2025-02-13[rubygems/rubygems] Materializing specs for vendor/cache should not be strictDavid Rodríguez
2025-02-13[rubygems/rubygems] Move logic to materialize gems for cache to a new methodDavid Rodríguez
2025-02-13[rubygems/rubygems] Remove unnecessary source changeDavid Rodríguez
2025-02-13[rubygems/rubygems] Extract some common materialization logic to a methodDavid Rodríguez
2025-02-13[rubygems/rubygems] Make LazySpecification#__materialize__ privateDavid Rodríguez
2025-02-10[rubygems/rubygems] Allocate strings from Requirement match only onceDavid Rodríguez
2025-02-06[rubygems/rubygems] Add `irb` to a Gemfile for a newly created gemyuuji.yaginuma
2025-02-06[rubygems/rubygems] Auto-heal empty installation directoryDavid Rodríguez
2025-02-06[rubygems/rubygems] Refine messages about gem installations being missingDavid Rodríguez
2025-02-06[rubygems/rubygems] Don't potentially load remote metadata when expanding dep...David Rodríguez
2025-02-06[rubygems/rubygems] Move expanding dependencies with metadata to specificatio...David Rodríguez
2025-02-06[rubygems/rubygems] Metadata dependencies can be `Gem::Dependency` instancesDavid Rodríguez
2025-02-06[rubygems/rubygems] Remove unnecessary remapping of dependenciesDavid Rodríguez
2025-02-06[rubygems/rubygems] Make `Bundler::Dependency` more memory efficientDavid Rodríguez
2025-02-06[rubygems/rubygems] Lazily parse dependencies in EndpointSpecificationDavid Rodríguez
2025-02-06Improve bundled gems warning messagesDavid Rodríguez
2025-02-06Rename "gem" to "name"David Rodríguez
2025-02-06Simplify bundled gems warnings implementationDavid Rodríguez
2025-02-06Remove unnecessary SINCE_FAST_PATH constantDavid Rodríguez