aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins2023-11-261-4/+9
* [rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller2023-11-231-2/+1
* [rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller2023-11-232-4/+45
* [rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller2023-11-231-16/+16
* [rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez2023-11-223-4/+6
* [rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson2023-11-211-1/+1
* Always revert or skip extended require of RubyGems.Hiroshi SHIBATA2023-11-161-5/+2
* [rubygems/rubygems] User bundler UA when downloading gemsSamuel Giddins2023-11-157-23/+47
* [rubygems/rubygems] Make sure to `require "rubygems"` explicitlyNobuyoshi Nakada2023-11-131-0/+2
* [rubygems/rubygems] Add a warning in an edge case of using `gemspec` DSLDavid Rodríguez2023-11-131-18/+23
* [rubygems/rubygems] Remove now unnecessary dupDavid Rodríguez2023-11-131-1/+1
* [rubygems/rubygems] Add a note about `required_rubygems_version` in BundlerDavid Rodríguez2023-11-131-1/+3
* [rubygems/rubygems] Let RuboCop target Ruby 3.0David Rodríguez2023-11-136-9/+9
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in BundlerDavid Rodríguez2023-11-135-26/+13
* [rubygems/rubygems] Automatically lock extra ruby platformsDavid Rodríguez2023-11-132-3/+50
* [rubygems/rubygems] Extract builder to create a `LazySpecification` from full...David Rodríguez2023-11-132-4/+9
* [rubygems/rubygems] Extract a new small platform helperDavid Rodríguez2023-11-133-2/+7
* [rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez2023-11-131-10/+0
* [rubygems/rubygems] Pass source to `LazySpecification` initializerDavid Rodríguez2023-11-131-2/+1
* [rubygems/rubygems] Allow setting metadata on LazySpecificationDavid Rodríguez2023-11-133-5/+5
* [rubygems/rubygems] Set LazySpecification dependencies directlyDavid Rodríguez2023-11-132-3/+3
* [rubygems/rubygems] Ensure we are using the same extension dirHan Young2023-11-081-1/+1
* [rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez2023-11-081-3/+2
* [rubygems/rubygems] Simplify selecting specs with `force_ruby_platform` setDavid Rodríguez2023-11-083-3/+16
* [rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez2023-11-083-5/+31
* [rubygems/rubygems] Remove redundant error classDavid Rodríguez2023-11-081-1/+1
* [rubygems/rubygems] Fix regression on old git versionsDavid Rodríguez2023-11-081-1/+9
* [rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...David Rodríguez2023-11-081-0/+8
* [rubygems/rubygems] avoid dependency on setCody Cutrer2023-11-011-3/+1
* [rubygems/rubygems] Add Bundler::Plugin.loaded? helperCody Cutrer2023-11-011-2/+10
* [rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer2023-10-312-1/+10
* [rubygems/rubygems] Set file path when eval-ing local specification in Endpoi...Samuel Giddins2023-10-251-1/+1
* [rubygems/rubygems] Handle CI configuration on ignore list for Gem::Specifica...Hiroshi SHIBATA2023-10-252-1/+4
* [rubygems/rubygems] Handle empty arrayHiroshi SHIBATA2023-10-241-1/+6
* [rubygems/rubygems] Disabled Style/HashSyntax for keyword argumentsHiroshi SHIBATA2023-10-231-1/+1
* [rubygems/rubygems] Restore using old way of passing Ruby version to resolverDavid Rodríguez2023-10-232-2/+2
* [rubygems/rubygems] Handle base64 encoded checksums in lockfile for future co...Martin Emde2023-10-231-14/+19
* [rubygems/rubygems] Improve errors and register checksums reliablyMartin Emde2023-10-2312-164/+264
* [rubygems/rubygems] rename Index#== to Index#subset?Martin Emde2023-10-232-4/+2
* [rubygems/rubygems] Refactor Checksum classes and methods to reduceMartin Emde2023-10-238-270/+141
* [rubygems/rubygems] Refactor to checksums stored via sourceSamuel Giddins2023-10-2314-142/+341
* [rubygems/rubygems] Use the server checksum, then calculate from gem on disk ...Mercedes Bernard2023-10-2310-80/+132
* [rubygems/rubygems] Add CHECKSUMS for each gem in lockfileThong Kuah2023-10-236-1/+117
* [rubygems/rubygems] Reuse Gem::RemoteFetcher instance in bundlerSamuel Giddins2023-10-191-2/+1
* [rubygems/rubygems] Update vendored thor to v1.3.0Samuel Giddins2023-10-1930-359/+823
* Don't need to refer SINCE constantHiroshi SHIBATA2023-10-191-1/+1
* reject bundled gems if they are declared in GemfileHiroshi SHIBATA2023-10-181-1/+1
* [rubygems/rubygems] Raise an error when top level dependency does not resolve...David Rodríguez2023-10-162-2/+21
* [rubygems/rubygems] Automatically remove invalid platforms before re-resolvingDavid Rodríguez2023-10-162-11/+13
* [rubygems/rubygems] Tweak platform mismatch resolution errorsDavid Rodríguez2023-10-161-4/+10