aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez2023-11-221-0/+58
* [rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson2023-11-211-0/+1
* [rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins2023-11-157-18/+15
* [rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada2023-11-132-6/+15
* [rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez2023-11-131-0/+54
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-133-5/+5
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez2023-11-1318-71/+22
* [rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez2023-11-136-41/+166
* [rubygems/rubygems] Refactor platform test helpersDavid Rodriguez2023-11-134-9/+14
* [rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez2023-11-131-18/+0
* [rubygems/rubygems] Fix daily Bundler CIDavid Rodríguez2023-11-091-2/+2
* [rubygems/rubygems] Explicitly pass install-dir when installing system gems i...David Rodríguez2023-11-091-8/+8
* [rubygems/rubygems] No need to let this command failDavid Rodríguez2023-11-091-1/+1
* [rubygems/rubygems] Remove unused logicDavid Rodríguez2023-11-091-3/+1
* Add foo.gemspec for failing testPeter Zhu2023-11-081-0/+13
* [rubygems/rubygems] Ensure we are using the same extension dirHan Young2023-11-081-0/+11
* Escape the target string to be checkedNobuyoshi Nakada2023-11-081-3/+1
* [rubygems/rubygems] Simplify spec wording and implementationDavid Rodríguez2023-11-081-17/+2
* [rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez2023-11-082-18/+30
* [rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...David Rodríguez2023-11-081-0/+35
* [rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer2023-10-311-0/+25
* [rubygems/rubygems] Relax matching pattern for rake versionHiroshi SHIBATA2023-10-301-3/+3
* [rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA2023-10-251-0/+18
* [rubygems/rubygems] Handle empty arrayHiroshi SHIBATA2023-10-241-0/+26
* [rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...Martin Emde2023-10-235-17/+54
* [rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde2023-10-2312-107/+277
* [rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde2023-10-2316-125/+192
* [rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins2023-10-2316-97/+195
* [rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard2023-10-2311-7/+203
* [rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah2023-10-2324-20/+642
* [rubygems/rubygems] Fix spelling of extraneousMartin Emde2023-10-221-4/+4
* [rubygems/rubygems] Don't hide original error in `after(:suite)` hookDavid Rodríguez2023-10-171-1/+1
* [rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez2023-10-161-0/+56
* [rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez2023-10-161-0/+64
* [rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez2023-10-161-1/+1
* [rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez2023-10-161-0/+6
* Re-resolve when lockfile is invalidDavid Rodriguez2023-10-162-46/+43
* [rubygems/rubygems] Fix force_ruby_platform: when the lockfile only locks the...Samuel Giddins2023-10-151-0/+43
* Removed examples for warning bundled gemsHiroshi SHIBATA2023-10-131-125/+0
* [rubygems/rubygems] Update incorrect comments.Ellen Marie Dash2023-10-111-1/+1
* [rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HO...Ellen Marie Dash2023-10-111-2/+3
* [rubygems/rubygems] Split out Gem::PathSupport#default_home_dir to fix "bundl...Ellen Marie Dash2023-10-111-0/+4
* [rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde2023-10-111-0/+8
* [rubygems/rubygems] Exempt default gem 'etc' in setup tests for rubies before...Martin Emde2023-10-091-0/+1
* [rubygems/rubygems] Avoid duplicates -rbundler/setup in RUBYOPT with Ruby pre...Jacopo2023-10-091-10/+31
* [rubygems/rubygems] Prevent gem activation in standalone modeDaniel Colson2023-10-031-0/+16
* [rubygems/rubygems] Don't re-resolve with prereleases if unlocked gem has no ...David Rodriguez2023-10-032-1/+10
* [rubygems/rubygems] Fix typoDavid Rodriguez2023-10-032-2/+2
* [rubygems/rubygems] 🐛 Specification of branch or ref with tag is ambiguousPeter Boling2023-10-031-27/+77
* [rubygems/rubygems] 🚨 Rubocop LintingPeter Boling2023-10-035-10/+10