summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* Reactivate usused code for ruby version resolutionLars Kanis2020-01-161-2/+2
* Add support for force_ruby_platform with specific_platform againSutou Kouhei2020-01-151-5/+16
* Don't set platforms to dependency registered by gemspecSutou Kouhei2020-01-151-3/+0
* Fix `bundle clean` regressionDavid Rodríguez2019-09-011-1/+1
* Revert "Add all platforms to lockfile by default"undo_auto_multiplatformDavid Rodríguez2019-08-261-7/+1
* Revert "Remove now meaningless warning"David Rodríguez2019-08-261-1/+11
* Revert "Remove now unused method"David Rodríguez2019-08-261-0/+4
* Use `tap` for `current_platforms`auto_multiplatformDavid Rodríguez2019-07-101-4/+4
* Remove now unused methodDavid Rodríguez2019-07-101-4/+0
* Remove now meaningless warningDavid Rodríguez2019-07-101-11/+1
* Add all platforms to lockfile by defaultDavid Rodríguez2019-07-101-1/+7
* Extract `expanded_platforms`David Rodríguez2019-07-101-1/+1
* Extract `current_platforms`David Rodríguez2019-07-101-3/+9
* [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins2019-07-051-1/+1
* Inline `expanded_deps`fix_reresolving_locked_platform_specific_depsDavid Rodríguez2019-06-261-2/+1
* Don't re-resolve locked platform specific gemsDavid Rodríguez2019-06-251-1/+1
* Use real paths for `bundle clean`use_real_git_pathsDavid Rodríguez2019-06-171-1/+1
* Rename local variables for readabilityFumiaki MATSUSHIMA2019-05-011-7/+7
* Fix to update conservatively for gemspec updateFumiaki MATSUSHIMA2019-04-291-2/+4
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Merge multisource related settingsDavid Rodríguez2019-04-081-3/+3
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-2/+2
* [Definition] Dont pin path deps to newer versionssegiddins/6750-allow-changing-local-gem-versionSamuel Giddins2018-11-171-1/+3
* make `only_update_to_newer_versions` work correctly with `bundle update`Florian Munz2018-09-251-2/+2
* Fix error sortingSamuel Giddins2018-08-061-2/+2
* [Definition] Filter out unneeded gem platforms after resolvingsegiddins/6491-extra-gem-platform-in-lockfileSamuel Giddins2018-04-181-11/+16
* Fix bundle lock when default gemfile is presentAgrim Mittal2018-04-071-1/+2
* Handle updating a specific gem for a non-local platformGrey Baker2018-03-181-2/+2
* Auto merge of #6307 - alyssais:yanked_message, r=indirectThe Bundler Bot2018-03-051-1/+1
|\
| * Further tweak yanked gem error messageAlyssa Ross2018-03-021-1/+1
| * Improve yanked gem error messageAlyssa Ross2018-02-231-1/+1
* | Add config variable and check for platform warningsAgrim Mittal2018-02-261-1/+1
|/
* [Definition] Gracefully handle when the lockfile is missing specs needed to r...Samuel Giddins2018-02-031-2/+6
* Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-5/+5
* Stop overriding specs during double-checksAndre Arko2017-11-261-1/+1
* Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-221-1/+0
* Auto merge of #6098 - akhramov:fix/doubled-message-in-verbose-mode, r=segiddinsThe Bundler Bot2017-10-161-5/+4
|\
| * Fix doubled message in verbose modeArtyom Khramov2017-10-141-5/+4
* | Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-1/+1
|/
* Dont consider deps pinned on 1.x if they dont have an explicit sourceSamuel Giddins2017-09-131-1/+1
* Avoid request-bloat in double checking logicSamuel Giddins2017-09-131-23/+23
* [Definition] Lazily create gem_version_promoterseg-gvp-majorSamuel Giddins2017-09-051-14/+14
* [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-201-2/+10
* Auto merge of #5658 - adrian-gomez:passowrds_on_remotes, r=segiddinsThe Bundler Bot2017-08-121-3/+9
|\
| * Allow to add username and password to a remote during a deploymentAdrian Gomez2017-08-021-3/+9
* | [Env] Print all gemfiles that have been evaledseg-env-eval-gemfileSamuel Giddins2017-07-271-2/+5
|/
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Fix deployment specs under 2.0Samuel Giddins2017-07-121-2/+7
* Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-5/+8