summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
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] Extract builder to create a `LazySpecification` from full...David Rodríguez
2023-11-13[rubygems/rubygems] Extract a new small platform helperDavid Rodríguez
2023-11-13[rubygems/rubygems] Remove unused `SpecSet#merge`David Rodríguez
2023-11-13[rubygems/rubygems] Pass source to `LazySpecification` initializerDavid Rodríguez
2023-11-13[rubygems/rubygems] Allow setting metadata on LazySpecificationDavid Rodríguez
2023-11-13[rubygems/rubygems] Set LazySpecification dependencies directlyDavid Rodríguez
2023-11-08[rubygems/rubygems] Ensure we are using the same extension dirHan Young
2023-11-08[rubygems/rubygems] Hack to get `Gem::Specification#extensions_dir` documentedDavid Rodríguez
2023-11-08[rubygems/rubygems] Simplify selecting specs with `force_ruby_platform` setDavid Rodríguez
2023-11-08[rubygems/rubygems] Better error when having an insecure install folderDavid Rodríguez
2023-11-08[rubygems/rubygems] Remove redundant error classDavid Rodríguez
2023-11-08[rubygems/rubygems] Fix regression on old git versionsDavid Rodríguez
2023-11-08[rubygems/rubygems] Don't show bug report template when GEM_HOME has no writa...David Rodríguez
2023-11-01[rubygems/rubygems] avoid dependency on setCody Cutrer
2023-11-01[rubygems/rubygems] Add Bundler::Plugin.loaded? helperCody Cutrer
2023-10-31[rubygems/rubygems] Only remove bundler plugin gem when it's inside the cacheCody Cutrer
2023-10-25[rubygems/rubygems] Set file path when eval-ing local specification in Endpoi...Samuel Giddins
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] Disabled Style/HashSyntax for keyword argumentsHiroshi SHIBATA
2023-10-23[rubygems/rubygems] Restore using old way of passing Ruby version to resolverDavid Rodríguez
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] rename Index#== to Index#subset?Martin 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-19[rubygems/rubygems] Reuse Gem::RemoteFetcher instance in bundlerSamuel Giddins
2023-10-19[rubygems/rubygems] Update vendored thor to v1.3.0Samuel Giddins
2023-10-19Don't need to refer SINCE constantHiroshi SHIBATA
2023-10-18reject bundled gems if they are declared in GemfileHiroshi SHIBATA
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] Consistent usage of `local_platform` in DefinitionDavid Rodríguez
2023-10-16[rubygems/rubygems] The `lock` command should not be affected by frozen settingDavid Rodríguez
2023-10-16[rubygems/rubygems] Use instantiated definition directlyDavid 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-13Move additional warnings for Gem author under Gem::BUNDLED_GEMS.Hiroshi SHIBATA
2023-10-13Move path normalization into Gem from Bundler classHiroshi SHIBATA
2023-10-13Dont't handle inline GemfileHiroshi SHIBATA
2023-10-13Use Gem::BUNDLED_GEMS.warning? at Bundler.setupHiroshi SHIBATA
2023-10-11[rubygems/rubygems] Don't delete the release version from pre-release string ...Martin Emde
2023-10-10[rubygems/rubygems] Update bundle-plugin man pageCody Cutrer
2023-10-09[rubygems/rubygems] Avoid duplicates -rbundler/setup in RUBYOPT with Ruby pre...Jacopo