summaryrefslogtreecommitdiff
path: root/lib/bundler/definition.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Definition] Only sort platforms once in expand_dependenciesseg-bundler-2-specific-platformSamuel Giddins2017-07-051-2/+3
* Update specs for the specific platform being added to the lockfileSamuel Giddins2017-07-051-1/+1
* Enable specific_platform by default on 2.0Samuel Giddins2017-07-051-1/+1
* Extract lockfile generation into a new classseg-extract-lockfile-generationSamuel Giddins2017-07-011-45/+2
* More bundler 2 spec fixesseg-remove-rubygems-aggregateSamuel Giddins2017-06-271-1/+2
* Always serve the Bundler gemspec from the metadata sourceSamuel Giddins2017-06-231-13/+3
* Consolidate the double-checking logicSamuel Giddins2017-06-231-2/+0
* Implement source pinning for 2.0Samuel Giddins2017-06-231-9/+56
* [Definition] Avoid a group_by when not running a new resolveseg-bundler-2-specsSamuel Giddins2017-06-231-3/+3
* [Definition] Fully unlock on 2.0 when the dep in the Gemfile changesSamuel Giddins2017-06-231-3/+6
* Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirectThe Bundler Bot2017-06-231-5/+19
|\
| * [Definition] Allow installing in deployment mode when an unused path source i...seg-dont-hit-remote-twiceSamuel Giddins2017-06-221-1/+16
| * Allow not having specs available for gems that won’t be installedSamuel Giddins2017-06-221-4/+3
* | Make pretty-printing a dependency consistentseg-allow-bundler-dep-conflictsSamuel Giddins2017-06-221-4/+1
|/