summaryrefslogtreecommitdiff
path: root/spec/bundler
AgeCommit message (Expand)Author
2023-11-27[rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez
2023-11-27[rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez
2023-11-27[rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez
2023-11-27[rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez
2023-11-27[rubygems/rubygems] Remove no longer necessary workaround for old RubyGemsDavid Rodríguez
2023-11-26[rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins
2023-11-23[rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller
2023-11-22[rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez
2023-11-21[rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson
2023-11-15[rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins
2023-11-13[rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada
2023-11-13[rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez
2023-11-13[rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez
2023-11-13[rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez
2023-11-13[rubygems/rubygems] Refactor platform test helpersDavid Rodriguez
2023-11-13[rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez
2023-11-09[rubygems/rubygems] Fix daily Bundler CIDavid Rodríguez
2023-11-09[rubygems/rubygems] Explicitly pass install-dir when installing system gems i...David Rodríguez
2023-11-09[rubygems/rubygems] No need to let this command failDavid Rodríguez
2023-11-09[rubygems/rubygems] Remove unused logicDavid Rodríguez
2023-11-08Add foo.gemspec for failing testPeter Zhu
2023-11-08[rubygems/rubygems] Ensure we are using the same extension dirHan Young
2023-11-08Escape the target string to be checkedNobuyoshi Nakada
2023-11-08[rubygems/rubygems] Simplify spec wording and implementationDavid Rodríguez
2023-11-08[rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez
2023-11-08[rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...David Rodríguez
2023-10-31[rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer
2023-10-30[rubygems/rubygems] Relax matching pattern for rake versionHiroshi SHIBATA
2023-10-25[rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA
2023-10-24[rubygems/rubygems] Handle empty arrayHiroshi SHIBATA
2023-10-23[rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...Martin Emde
2023-10-23[rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde
2023-10-23[rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde
2023-10-23[rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins
2023-10-23[rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard
2023-10-23[rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah
2023-10-22[rubygems/rubygems] Fix spelling of extraneousMartin Emde
2023-10-17[rubygems/rubygems] Don't hide original error in `after(:suite)` hookDavid Rodríguez
2023-10-16[rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez
2023-10-16[rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez
2023-10-16[rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez
2023-10-16[rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez
2023-10-16Re-resolve when lockfile is invalidDavid Rodriguez
2023-10-15[rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins
2023-10-13Removed examples for warning bundled gemsHiroshi SHIBATA
2023-10-11[rubygems/rubygems] Update incorrect comments.Ellen Marie Dash
2023-10-11[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash
2023-10-11[rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde