summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [UI::Silent] Ensure all the same methods as Shell are implementedseg-ensure-silent-shell-paritySamuel Giddins2017-02-071-0/+10
| | |/ / / | |/| | |
* | | | | Auto merge of #5391 - bundler:seg-ruby-version-requirement-valid, r=indirectThe Bundler Bot2017-02-081-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [RubyVersion] Keep versions as stringsSamuel Giddins2017-02-011-1/+5
| * | | | [RubyVersion] Ensure passed-in versions are valid during initSamuel Giddins2017-02-011-1/+1
| | |_|/ | |/| |
* | | | Auto merge of #5368 - savionok:sav-cover-Bundler-FriendlyErrors-with-tests, r...The Bundler Bot2017-02-071-1/+1
|\ \ \ \
| * | | | fix interface of a methodSava Virtosu2017-01-241-1/+1
* | | | | Auto merge of #5393 - 5t111111:fix-warning-when-a-dependency-unused, r=segiddinsThe Bundler Bot2017-02-071-2/+4
|\ \ \ \ \
| * | | | | Extract the platforms array from map for warning into a variableHirofumi Wakasugi2017-02-021-2/+3
| * | | | | Fix warning message when a dependency is unused on any platformHirofumi Wakasugi2017-02-021-1/+2
* | | | | | Auto merge of #5389 - Shekharrajak:5384_inject_usage, r=segiddinsThe Bundler Bot2017-02-032-5/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | minor changeshekharrajak2017-02-012-2/+3
| * | | | | do not take more than one gem and version as argshekharrajak2017-02-012-5/+6
| | |/ / / | |/| | |
* | | | | Auto merge of #5376 - colby-swandale:bundle-show-update-lock, r=segiddinsThe Bundler Bot2017-02-011-0/+1
|\ \ \ \ \
| * | | | | fix for bundle show updating gems and spec feedbackColby Swandale2017-01-311-0/+1
| |/ / / /
* | | | | [FriendlyErrors] Update ISSUES.md URLseg-error-template-issues-urlSamuel Giddins2017-01-291-1/+1
|/ / / /
* | | | Merge tag 'v1.14.3'Samuel Giddins2017-01-241-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Version 1.14.3 with changelogv1.14.3Samuel Giddins2017-01-241-1/+1
| * | Auto merge of #5355 - bundler:seg-resolver-restrict-platforms, r=indirectThe Bundler Bot2017-01-242-5/+8
| * | Auto merge of #5354 - bundler:seg-gemspec-dev-deps-no-resolve, r=indirectThe Bundler Bot2017-01-241-1/+2
* | | [Resolver] Restrict activated platforms to those in the Gemfileseg-resolver-restrict-platformsSamuel Giddins2017-01-232-5/+8
* | | [Definition] Avoid re-resolving when a gemspec has dev depsseg-gemspec-dev-deps-no-resolveSamuel Giddins2017-01-231-1/+2
| |/ |/|
* | Merge tag 'v1.14.2'Samuel Giddins2017-01-221-1/+1
|\ \ | |/
| * Version 1.14.2 with changelogv1.14.2Samuel Giddins2017-01-221-1/+1
| * Auto merge of #5345 - bundler:seg-windows-force-ruby, r=indirectThe Bundler Bot2017-01-221-3/+3
| * Auto merge of #5343 - bundler:seg-converge-sources-first, r=indirectThe Bundler Bot2017-01-222-4/+14
* | Auto merge of #5345 - bundler:seg-windows-force-ruby, r=indirectThe Bundler Bot2017-01-231-3/+3
|\ \
| * | [CurrentRuby] Ensure the local platform isnt ruby before checking os/cpuseg-windows-force-rubySamuel Giddins2017-01-211-3/+3
* | | [Definition] Switch path sources after checking them for changesseg-converge-sources-firstSamuel Giddins2017-01-211-4/+7
* | | [Definition] Converge sources firstSamuel Giddins2017-01-211-1/+1
* | | [Definition] Also converge dep sources to Source::GemspecSamuel Giddins2017-01-211-0/+3
* | | [SpecInstallation] Add #to_sSamuel Giddins2017-01-211-0/+4
|/ /
* | Merge tag 'v1.14.1'Samuel Giddins2017-01-211-1/+1
|\ \ | |/
| * Version 1.14.1 with changelogv1.14.1Samuel Giddins2017-01-211-1/+1
| * Auto merge of #5342 - bundler:seg-ruby-2-2-2-bug, r=segiddinsThe Bundler Bot2017-01-211-2/+4
| * Auto merge of #5338 - bundler:seg-doc-settings, r=indirectThe Bundler Bot2017-01-211-0/+1
* | [SharedHelpers] Use block.call instead of yield to avoid a stack consistency ...seg-ruby-2-2-2-bugSamuel Giddins2017-01-211-2/+4
* | Document all Bundler settingsseg-doc-settingsSamuel Giddins2017-01-211-0/+1
* | Merge tag 'v1.14.0'Samuel Giddins2017-01-201-1/+1
|\ \ | |/
| * Version 1.14.0 with changelogv1.14.0Samuel Giddins2017-01-201-1/+1
| * Auto merge of #5329 - bundler:seg-settings-autoload, r=indirectThe Bundler Bot2017-01-202-2/+3
| * Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-204-4/+4
* | Auto merge of #5329 - bundler:seg-settings-autoload, r=indirectThe Bundler Bot2017-01-172-2/+3
|\ \
| * | [Settings] Autoload Mirror under Settings namespaceseg-settings-autoloadSamuel Giddins2017-01-142-2/+3
* | | Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-174-4/+4
|\ \ \
| * | | [Inline] Support running when BUNDLE_GEMFILE=""seg-inline-empty-bundle-gemfileSamuel Giddins2017-01-144-4/+4
| |/ /
* | | Auto merge of #5331 - bundler:seg-specs-rspec-config, r=indirectThe Bundler Bot2017-01-151-0/+3
|\ \ \
| * | | [CLI::Gem] Disable RSpec monkey patching by defaultseg-specs-rspec-configSamuel Giddins2017-01-151-0/+3
* | | | Auto merge of #5327 - bundler:seg-outdated-bundler-message, r=indirectThe Bundler Bot2017-01-152-1/+24
|\ \ \ \ | |/ / / |/| | |
| * | | [CLI] Warn when running an outdated bundler versionSamuel Giddins2017-01-142-1/+24
| |/ /
* | | [Resolver] Consider locked dependencies firstSamuel Giddins2017-01-141-2/+3
|/ /