summaryrefslogtreecommitdiff
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.16.1'Samuel Giddins2017-12-274-20/+29
|\
| * Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-212-5/+11
| * Try to get specs passing on old RubyGemsSamuel Giddins2017-12-212-10/+12
| * Fix the pristine spec so it still can access the default gemSamuel Giddins2017-12-211-0/+1
| * Auto merge of #6194 - voxik:fix-version-replacement-in-lockfile, r=segiddinsThe Bundler Bot2017-12-121-1/+1
| * Auto merge of #6207 - bundler:colby/init-gemfile-path-child, r=segiddinsThe Bundler Bot2017-12-121-27/+39
| * Auto merge of #6202 - hsbt:warning-bundler-binstub, r=hsbtThe Bundler Bot2017-12-111-0/+19
| * Auto merge of #6157 - mattbrictson:fix-nomethoderror-bundle-update-group, r=i...The Bundler Bot2017-12-111-0/+17
| * Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-12-113-8/+5
| * Fixed failing examples with Ruby 2.5.SHIBATA Hiroshi2017-12-111-5/+5
| * Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-301-0/+20
| * Auto merge of #6101 - bundler:seg-digest-loading, r=colby-swandaleThe Bundler Bot2017-10-301-3/+3
* | Auto merge of #6207 - bundler:colby/init-gemfile-path-child, r=segiddinsThe Bundler Bot2017-12-111-27/+39
|\ \
| * | scope specs to their bundler version and remove duplicate testcolby/init-gemfile-path-childColby Swandale2017-12-111-40/+35
| * | Let users generate gemfiles in paths whos parent path contains a GemfileColby Swandale2017-12-091-3/+20
* | | Added test example for binstub warningSHIBATA Hiroshi2017-12-051-0/+19
|/ /
* | Be more precise when replacing Bundler version in lock file.Vít Ondruch2017-11-301-1/+1
* | Fix NoMethodError during `bundle update --group`Matt Brictson2017-11-081-0/+17
* | [Outdated] Support --group with the second group for a dependencyseg-outdated-second-groupSamuel Giddins2017-10-201-0/+11
* | Auto merge of #6092 - dekellum:do-not-rescue-signal-exception, r=segiddinsThe Bundler Bot2017-10-181-0/+20
|\ \
| * | Add exec command spec test load with SignalExceptionDavid Kellum2017-10-181-0/+20
* | | Load digest subclasses in a thread-safe mannerseg-digest-loadingSamuel Giddins2017-10-151-3/+3
|/ /
* | improve rubocop_todo.ymlKeiji Yoshimi2017-09-241-1/+1
* | [CLI] Switch around the --strict option for bundle outdatedseg-outdated-filter-optionsSamuel Giddins2017-09-131-6/+7
* | Auto merge of #6007 - hsbt:use-halper-methods-for-path, r=segiddinsThe Bundler Bot2017-09-073-8/+5
|\ \
| * | Remove `File.expand_path` when it given Pathname objectSHIBATA Hiroshi2017-09-073-6/+3
| * | Removed Spec::Path, Because it's included on rspec contexts of bundlerSHIBATA Hiroshi2017-09-073-5/+5
| * | Use Pathname#join instead of string interpolationSHIBATA Hiroshi2017-09-072-3/+3
| * | Rename spec to spec_dir, bin to bindir on Spec::PathSHIBATA Hiroshi2017-09-072-3/+3
| * | To use helper methods for relative path references.SHIBATA Hiroshi2017-09-063-5/+5
| |/
* | deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-061-1/+1
* | Add specs for the new config subcommandsseg-cleanup-configSamuel Giddins2017-08-301-0/+86
|/
* [CLI] Prettify the output in cli_helpSamuel Giddins2017-08-291-1/+1
* Ensure the rackup binstub is present on 2.0 when it should beseg-auto-cleanSamuel Giddins2017-08-281-0/+1
* Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-284-1/+28
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-4/+4
* Auto merge of #5976 - bundler:colby/bundler-binstubs-standalone, r=segiddinsThe Bundler Bot2017-08-282-8/+34
|\
| * fix breaking binstubs standalone flagcolby/bundler-binstubs-standaloneColby Swandale2017-08-262-8/+34
* | Auto merge of #5957 - bundler:seg-bundler-binstub-under-2, r=indirectThe Bundler Bot2017-08-271-6/+8
|\ \
| * | When the locked bundler is under 2.0, allow any version < 2Samuel Giddins2017-08-251-6/+8
| |/
* | Auto merge of #5956 - bundler:seg-bundle-update-bundler-no-reresolve, r=indirectThe Bundler Bot2017-08-271-0/+21
|\ \ | |/ |/|
| * [Update] Avoid a normal update when running with only --bundlerseg-bundle-update-bundler-no-reresolveSamuel Giddins2017-08-201-0/+21
* | fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-203-5/+5
|/
* Auto merge of #5933 - NickLaMuro:bundle-pristine-respect-bundler-config, r=se...The Bundler Bot2017-08-181-0/+19
|\
| * Use Bundler::Installer for bundle pristineNick LaMuro2017-08-141-0/+19
* | Update specs for thor handling file clashesSamuel Giddins2017-08-161-5/+5
* | Auto merge of #5904 - bundler:seg-explicit-update-warning, r=indirectThe Bundler Bot2017-08-141-0/+18
|\ \
| * | [Update] Warn when an explicitly updated spec does not get a newer versionseg-explicit-update-warningSamuel Giddins2017-07-271-0/+18
* | | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-111-0/+40
|\ \ \
| * | | add --name-only option to print only the name of each gemcolby/bundler-listColby Swandale2017-08-101-0/+7