summaryrefslogtreecommitdiff
path: root/spec/bundler/bundler
AgeCommit message (Expand)Author
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
2024-03-18[rubygems/rubygems] Deprecate `bundle plugin install --local-git=`Cody Cutrer
2024-03-17[rubygems/rubygems] Ignore commented out keys in config fileDavid Rodriguez
2024-02-16[rubygems/rubygems] Add `gitlab:` Git source shorthandJason Garber
2024-02-15[rubygems/rubygems] use full path for instance_evalCody Cutrer
2024-02-15Update the error message format in bundlerYusuke Endoh
2024-02-08[rubygems/rubygems] Improve assertionDavid Rodriguez
2024-02-08[rubygems/rubygems] Run definition specs in an isolated locationDavid Rodriguez
2024-02-08[rubygems/rubygems] Fix incorrect 4th parameter to Definition.newDavid Rodriguez
2024-02-08[rubygems/rubygems] Move `subject` to top level contextDavid Rodriguez
2024-02-08[rubygems/rubygems] Refactor lockfile generationDavid Rodríguez
2024-01-29[rubygems/rubygems] Properly restore empty env varsDavid Rodríguez
2024-01-29[rubygems/rubygems] Use rubygems vendored uri from Bundler when availableDavid Rodríguez
2024-01-24[rubygems/rubygems] Simplified test-case for original issueHiroshi SHIBATA
2024-01-24[rubygems/rubygems] Keep compatibility of past versionsHiroshi SHIBATA
2024-01-24[rubygems/rubygems] Skip to load commented out wordsHiroshi SHIBATA
2024-01-05[rubygems/rubygems] Quote Etag in `If-None-Match` header of compact index req...Martin Emde
2023-12-22Merge RubyGems-3.5.2 and Bundler-2.5.2Hiroshi SHIBATA
2023-12-15[rubygems/rubygems] Remove test-only & unused methods from Checksum::StoreMartin Emde
2023-12-14[rubygems/rubygems] Remove extension building sync stuff no longer present in...David Rodríguez
2023-12-13[rubygems/rubygems] Revert "Merge pull request #7167 from nevinera/add-json-o...Martin Emde
2023-12-13[rubygems/rubygems] Add 3.4 as a supported ruby versionSamuel Giddins
2023-12-13[rubygems/rubygems] Use vendored net-http in BundlerDavid Rodríguez
2023-12-12[rubygems/rubygems] Resolve `ruby file: ".ruby-version"` relative to GemfileMartin Emde
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-06[rubygems/rubygems] Bundler::Fetcher uses Bundler::CIDetectorEric Mueller
2023-12-06[rubygems/rubygems] Duplicate Gem::CIDetector into bundlerEric Mueller
2023-12-05[rubygems/rubygems] Converts Bundler lockfile checksum validation to opt-in onlyMartin Emde
2023-12-01[rubygems/rubygems] major_deprecation accepts :removed_messageEric Mueller
2023-11-27Opaque Etags for compact index requestsJosef Šimánek
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-15[rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins
2023-11-13[rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez
2023-11-13[rubygems/rubygems] Remove unused `SpecSet#merge`David 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-08[rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez
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-16Re-resolve when lockfile is invalidDavid Rodriguez
2023-10-09[rubygems/rubygems] Avoid duplicates -rbundler/setup in RUBYOPT with Ruby pre...Jacopo
2023-10-03[rubygems/rubygems] 🐛 Specification of branch or ref with tag is ambiguousPeter Boling
2023-10-02[rubygems/rubygems] Support Ruby's preview version format (Ex: 3.3.0-preview2...Harshal Bhakta
2023-09-20[rubygems/rubygems] Bundler error handlingSamuel Giddins