summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2024-10-18[rubygems/rubygems] Add `bundle add --quiet` optionJerome Dalbert
2024-10-18[rubygems/rubygems] Clarify `bundle install --quiet` documentationJerome Dalbert
2024-10-17[rubygems/rubygems] Allow using `gemspec` DSL twice with same dependency and ...David Rodríguez
2024-10-16[rubygems/rubygems] Fix `bundle check` sometimes locking gems under the wrong...David Rodríguez
2024-10-16[rubygems/rubygems] Delay and refactor verification of changed sourcesDavid Rodríguez
2024-10-16[rubygems/rubygems] No reason for `Definition#sources` to be privateDavid Rodríguez
2024-10-16[rubygems/rubygems] Lock definition directlyDavid Rodríguez
2024-10-14[rubygems/rubygems] Prevent some test suite warnings about missing extensionsDavid Rodríguez
2024-10-11[rubygems/rubygems] Fix `gem install` on NFS sharesDavid Rodríguez
2024-10-10[rubygems/rubygems] Revert "Fix `bundle.bat` re-execution"David Rodríguez
2024-10-10[rubygems/rubygems] Fix specs with missing extensions getting activatedDavid Rodríguez
2024-10-10[rubygems/rubygems] Remove more compatibility code with old RubyGemsDavid Rodríguez
2024-10-10Update vendored net-httpSamuel Giddins
2024-10-09[rubygems/rubygems] Fix `Gem::Specification#gem_dir` losing custom source for...David Rodríguez
2024-10-09Fix spellingJohn Bampton
2024-10-07[rubygems/rubygems] Fix `bundle.bat` re-executionDavid Rodríguez
2024-10-04[rubygems/rubygems] More rubygems 3.2.x removalsSamuel Giddins
2024-10-04[rubygems/rubygems] Remove CorrectHashForLambdaOperator monkey patchSamuel Giddins
2024-10-04[rubygems/rubygems] Remove outdated conditionals from testsSamuel Giddins
2024-10-04[rubygems/rubygems] Update required_ruby_version to 3.1Samuel Giddins
2024-10-02[rubygems/rubygems] Remove compatibility code with old RubyGemsDavid Rodríguez
2024-10-02[rubygems/rubygems] Fix `bundler/inline` resetting ENVDavid Rodríguez
2024-09-30[rubygems/rubygems] Fix error when changing a path source to a git source if ...David Rodríguez
2024-09-30[rubygems/rubygems] Fix `stub.activated?` sometimes returning false after act...Earlopain
2024-09-30[rubygems/rubygems] Fix old cache format detection when application is not so...David Rodríguez
2024-09-24[rubygems/rubygems] Fix `bundler/inline` overwriting lockfilesDavid Rodríguez
2024-09-23[rubygems/rubygems] Don't try to auto-install dev versions of Bundler not ava...David Rodríguez
2024-09-23[rubygems/rubygems] Ensure refs directory in cached git sourceDaniel Colson
2024-09-23[rubygems/rubygems] Fix `bundle outdated` with `--group` optionDavid Rodríguez
2024-09-20[rubygems/rubygems] Unconditionally set installed_by_versionSamuel Giddins
2024-09-20[rubygems/rubygems] Don't try to install locked bundler when `--local` is passedDavid Rodríguez
2024-09-18[rubygems/rubygems] Stop fighting with ourselvesDavid Rodríguez
2024-09-17[rubygems/rubygems] Fix spelling, it's "cannot" rather than "can not"David Rodríguez
2024-09-17[rubygems/rubygems] Fix `--local` hitting the network when default gems are i...David Rodríguez
2024-09-17[rubygems/rubygems] Inline a private methodDavid Rodríguez
2024-09-17[rubygems/rubygems] Consistently access install options through symbol keysDavid Rodríguez
2024-09-16[rubygems/rubygems] Simplify handling default gem cachingDavid Rodríguez
2024-09-16[rubygems/rubygems] Remove temporary `.lock` files left around by gem installerDavid Rodríguez
2024-09-16[rubygems/rubygems] Make sure implementations of `Gem.open_file_with_flock` m...David Rodríguez
2024-09-11[rubygems/rubygems] Small simplification in Definition classDavid Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-11[rubygems/rubygems] Only raise DSLError during Gemfile parsing when it's actu...David Rodríguez
2024-09-11[rubygems/rubygems] Don't rescue Exception when evaluating GemfileDavid Rodríguez
2024-09-11[rubygems/rubygems] Refactor setting current gemfile in DSLDavid Rodríguez
2024-09-11[rubygems/rubygems] The `dsl_path` parameter in DSLError is documented as a s...David Rodríguez
2024-09-11[rubygems/rubygems] Make an exe file executable when generating new gemsYuji Yaginuma
2024-09-10[rubygems/rubygems] Removed duplicated dependencies that used by bundler inlineHiroshi SHIBATA
2024-09-10[rubygems/rubygems] Retry resolution with activated gems if inline has conflictsDavid Rodríguez
2024-09-10[rubygems/rubygems] Remove unnecessary verificationDavid Rodríguez
2024-09-10[rubygems/rubygems] Avoid having to redefine `Definition#lock` in inline modeDavid Rodríguez