summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add a spec for nested bundle exec with a gem that shadows a default gemseg-double-bundle-execSamuel Giddins2017-03-141-15/+57
* Allow installing a gem from an arbitrary repo in the specsSamuel Giddins2017-03-141-1/+3
* Remove .bundle if its in tmp in Spec.reset!Samuel Giddins2017-03-141-2/+2
* Add Code of Conduct content to README templaterobcole2017-03-131-0/+14
* [ParallelInstaller] Print out why a gem needed to be installed if installatio...Samuel Giddins2017-03-112-1/+39
* Auto merge of #5466 - Shekharrajak:5458_check_git, r=segiddinsThe Bundler Bot2017-03-071-0/+17
|\
| * using FileUtils.rm instead of rmshekharrajak2017-03-071-1/+1
| * test addedshekharrajak2017-02-231-0/+17
* | Swap single to double quotes for standalone binstubsZach Ahn2017-03-052-2/+2
* | Switch newgem template single quotes to double quotesZach Ahn2017-03-041-6/+6
* | Auto merge of #5462 - bundler:seg-rubygems-source-print-fetching, r=indirectThe Bundler Bot2017-03-021-1/+1
|\ \
| * | [Source::RubyGems] Print that we are fetching a gemseg-rubygems-source-print-fetchingSamuel Giddins2017-02-221-1/+1
* | | Auto merge of #5464 - olleolleolle:patch-3, r=segiddinsThe Bundler Bot2017-03-011-0/+30
|\ \ \
| * | | Spec: Regression test for https://github.com/bundler/bundler/issues/5463Olle Jonsson2017-02-251-0/+30
| | |/ | |/|
* | | Auto merge of #5483 - denniss:5430-fix-bundle-outdated-local, r=segiddinsThe Bundler Bot2017-02-281-0/+15
|\ \ \
| * | | Fix failing spec. Use double quotesDennis Suratna2017-02-271-1/+1
| * | | Fix `bundle outdated --local`. It's supposed to use local cache to determine ...Dennis Suratna2017-02-271-0/+15
| |/ /
* | | Fix disable.checksum_validation to disable_checksum_validationDennis Suratna2017-02-271-1/+1
|/ /
* | Auto merge of #5459 - bundler:seg-bundler-plugin-source-api-const-undefined, ...The Bundler Bot2017-02-211-0/+20
|\ \ | |/ |/|
| * Avoid undefined Bundler::Plugin::API::Source exceptionseg-bundler-plugin-source-api-const-undefinedSamuel Giddins2017-02-221-0/+20
* | Auto merge of #5455 - googya:master, r=colby-swandaleThe Bundler Bot2017-02-213-5/+5
|\ \
| * | fix typoleslie.wen2017-02-213-5/+5
| |/
* | Auto merge of #5374 - colby-swandale:bundle-info, r=indirectThe Bundler Bot2017-02-212-1/+59
|\ \
| * | skip default gem test for 1.9.3Colby Swandale2017-02-191-1/+1
| * | cleanup and add output for default gemColby Swandale2017-02-191-2/+2
| * | remove version strings in rdoc specColby Swandale2017-02-131-2/+2
| * | fix breaking test with missing `RSpec.`Colby Swandale2017-02-131-1/+1
| * | allow info for default gemsColby Swandale2017-01-271-0/+8
| * | fix rubocop issuesColby Swandale2017-01-271-5/+5
| * | touchup specs, removed outdated status from bundle infoColby Swandale2017-01-271-17/+30
| * | fix post bundle message specFrederico Bittencourt2016-11-231-1/+1
| * | remove --path argument from info commandFrederico Bittencourt2016-11-221-5/+1
| * | fix typoFrederico2016-11-191-1/+1
| * | rubcop changesFrederico Bittencourt2016-10-151-2/+1
| * | don't fetch latest versions if gem name not foundFrederico Bittencourt2016-10-151-0/+5
| * | show specific gem details with 'bundle info GEM'Frederico Bittencourt2016-10-151-0/+37
* | | Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6...The Bundler Bot2017-02-211-0/+27
|\ \ \ | |_|/ |/| |
| * | Add limit `:rubygems => ">= 2"`okkez2017-02-191-2/+2
| * | Add unit test for previous commitokkez2017-02-181-0/+27
* | | [StubSpecification] Avoid loading all installed gemspecsseg-stub-specification-missing-extensionsSamuel Giddins2017-02-181-0/+28
* | | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-185-2/+80
|\ \ \
| * | | [LazySpecification] Handle when the swapped platform-specfic spec has extra depsSamuel Giddins2017-02-152-0/+46
| * | | Compare deps in a manner compatible with old RGsSamuel Giddins2017-02-131-1/+6
| * | | Print a debug warning where the corrupted API deps came fromSamuel Giddins2017-02-131-2/+2
| * | | When swapping, dont consider dep type for "missing" API depsSamuel Giddins2017-02-131-2/+2
| * | | Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-132-0/+27
* | | | Auto merge of #5443 - bundler:seg-resolver-sorting, r=indirectThe Bundler Bot2017-02-181-5/+2
|\ \ \ \
| * | | | [Resolver] Improve sorting of deps with 0 or 1 possibilityseg-resolver-sortingSamuel Giddins2017-02-171-5/+2
| |/ / /
* | | | Auto merge of #5440 - wjordan:fips_enabled_compact_index, r=indirectThe Bundler Bot2017-02-181-8/+32
|\ \ \ \
| * | | | remove unused Process.kill mock in FIPS-mode specWill Jordan2017-02-171-6/+0