summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
AgeCommit message (Expand)Author
8 days[ruby/rubygems] Fix dependency source bug in bundlereileencodes
2025-11-28[ruby/rubygems] Fixed checksums generation issue when no source is specifiedHiroshi SHIBATA
2025-11-21Fixed warning for String comparison of Gem::VersionHiroshi SHIBATA
2025-11-20[ruby/rubygems] Add support for lockfile in GemfileJeremy Evans
2025-11-20[ruby/rubygems] Run git operations in parallel to speed things up:Edouard CHIN
2025-10-15[rubygems/rubygems] Add checksum of gems hosted on private servers:Edouard CHIN
2025-10-15[rubygems/rubygems] Replaced Bundler::SharedHelpers.major_deprecation to feat...Hiroshi SHIBATA
2025-10-09[rubygems/rubygems] Fix `bundle install` when the Gemfile contains "install_i...Edouard CHIN
2025-09-19[rubygems/rubygems] Switch `lockfile_checksums` to be true by defaultDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-16[rubygems/rubygems] Simplify an edge case of not adding lower bound requirementsDavid Rodríguez
2025-09-16[rubygems/rubygems] Multisource checks are only relevant when there's a lockfileDavid Rodríguez
2025-09-16[rubygems/rubygems] Handle locked sources more simillarly to locked specsDavid Rodríguez
2025-09-12[rubygems/rubygems] Fix outdated lockfile during `bundle lock` when source ch...Earlopain
2025-09-12[rubygems/rubygems] Consolidate condition on path sourcesDavid Rodríguez
2025-09-12[rubygems/rubygems] Remove unnecessary conditionDavid Rodríguez
2025-09-12[rubygems/rubygems] If name is to be unlocked, we can skip converging the specDavid Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle cache` failing in frozen mode if vendor/cache...David Rodríguez
2025-09-03[rubygems/rubygems] Fix `bundle lock` regression when using `update` and `loc...Edouard CHIN
2025-08-18[rubygems/rubygems] Enforce checksums strictly for registry gemsDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix incorrect error message capitalizationDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle update foo` not upgrading foo to latest in a ...David Rodríguez
2025-07-30[rubygems/rubygems] Remove unnecessary endless loop detectionDavid Rodríguez
2025-07-30[rubygems/rubygems] Fix truffleruby failing to install sorbet-static when the...David Rodríguez
2025-06-11[rubygems/rubygems] Validate dependencies when doing bundle installRandy Stauner
2025-06-06Move most of Bundler::GemHelpers to Gem::PlatformSamuel Giddins
2025-06-05[rubygems/rubygems] Slightly simplify locked specification source replacementDavid Rodríguez
2025-06-05[rubygems/rubygems] Fix git source unlocking for multi-gem repositories like ...David Rodríguez
2025-04-15[rubygems/rubygems] Let `bundle lock --normalize-platforms` remove invalid pl...David Rodríguez
2025-04-15[rubygems/rubygems] Raise an error if `bundle lock` target platform is incomp...David Rodríguez
2025-04-15[rubygems/rubygems] Rename `resolution_packages` to `resolution_base`David Rodríguez
2025-04-14[rubygems/rubygems] Refine `bundle update --verbose` logsDavid Rodríguez
2025-04-14[rubygems/rubygems] Fix `bundle lock --normalize-platforms` regressionDavid Rodríguez
2025-03-31[rubygems/rubygems] Allow ruby platform to be remove also when dependencies h...David Rodríguez
2025-03-31[rubygems/rubygems] Remove edge cases for not removing invalid platformsDavid Rodríguez
2025-03-31[rubygems/rubygems] `SpecSet#add_extra_platforms!` doesn't need to return any...David Rodríguez
2025-03-31[rubygems/rubygems] Split finding and removing invalid platformsDavid Rodríguez
2025-03-25[rubygems/rubygems] Remove specs with bad sources when converging dependenciesDavid Rodríguez
2025-03-25[rubygems/rubygems] Tweak to check specs size just onceDavid Rodríguez
2025-03-24[rubygems/rubygems] Raise an error in frozen mode if CHECKSUMS entries are mi...David Rodríguez
2025-03-24[rubygems/rubygems] Rename block variableDavid Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacing locked specification path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Refactor replacement of locked path sourcesDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove unnecessary replacement of locked dependencies sou...David Rodríguez
2025-03-24[rubygems/rubygems] Refactor Path vs Gemspec source comparisonDavid Rodríguez
2025-03-24[rubygems/rubygems] Remove unused default valueDavid Rodríguez
2025-03-24[rubygems/rubygems] Reword log message about current platform being missingDavid Rodríguez
2025-03-24[rubygems/rubygems] Improve grammar of some error messagesDavid Rodríguez
2025-03-24[rubygems/rubygems] Consistently use "lockfile" over "lock file"David Rodríguez
2025-03-24[rubygems/rubygems] Fix frozen error message incorrectly mentioning the GemfileDavid Rodríguez