summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [Definition] Gracefully handle when the lockfile is missing specs needed to r...Samuel Giddins2018-02-031-0/+32
* Add mingw32 platform_specific gems for the specsSamuel Giddins2018-02-031-0/+8
* Allow simulating particular flavors of windows in the specsSamuel Giddins2018-02-031-2/+2
* Auto merge of #6223 - shayonj:s/hup-fix, r=segiddinsThe Bundler Bot2018-02-031-20/+50
|\
| * Clean up signal handler testSamuel Giddins2018-01-152-45/+45
| * Add spec to make sure unexpected signals are not restored to DEFAULTShayon Mukherjee2018-01-152-0/+30
* | Auto merge of #6279 - deivid-rodriguez:fix/encoding_bug, r=indirectThe Bundler Bot2018-02-011-0/+17
|\ \
| * | Fix hang when gemspec has incompatible encodingDavid Rodríguez2018-01-311-0/+17
* | | Auto merge of #6211 - papanikge:add-source-when-failing, r=segiddinsThe Bundler Bot2018-02-012-4/+37
|\ \ \ | |/ / |/| |
| * | Add explicit source when available in the error msg upon failureGeorge Papanikolaou2018-01-252-4/+37
* | | Auto merge of #6129 - ajwann:check-permissions-in-doctor-command, r=colby-swa...The Bundler Bot2018-01-311-35/+84
|\ \ \
| * | | wrap similar tests in context blocksAdam Wanninger2018-01-251-75/+78
| * | | warn user if a file is not R/W and owned by another userAdam Wanninger2018-01-251-0/+16
| * | | corrected spelling of stil to stillAdam Wanninger2018-01-251-1/+1
| * | | readable/writable is more descriptive than read/writeAdam Wanninger2018-01-251-1/+1
| * | | 'to the current user' should be 'by the current user'Adam Wanninger2018-01-251-1/+1
| * | | [CLI::Doctor] Avoid looping over all files twiceSamuel Giddins2018-01-251-2/+5
| * | | prefix outputted files with a - for readabilityAdam Wanninger2018-01-251-2/+4
| * | | use Bundler.ui.info instead of exceptionAdam Wanninger2018-01-251-4/+4
| * | | check Bundler.home permissions in doctor commandAdam Wanninger2018-01-251-15/+40
* | | | Auto merge of #6273 - joelvh:feature/bundle_update_gemfile_option, r=colby-sw...The Bundler Bot2018-01-313-0/+81
|\ \ \ \
| * | | | fix whitespace to make rubocop happy and add spacing between `it blocksColby Swandale2018-01-271-1/+2
| * | | | Added a note about why `BUNDLE_GEMFILE` is specified in these specsJoel Van Horn2018-01-252-0/+4
| * | | | Added spacing and `before` in specJoel Van Horn2018-01-251-2/+4
| * | | | Added spec from `spec/commands/install_spec.rb`Joel Van Horn2018-01-251-0/+13
| * | | | Added `--gemfile` option to `bundle update`Joel Van Horn2018-01-241-0/+61
* | | | | Auto merge of #6266 - nilsding:init-check-dir-writable, r=colby-swandaleThe Bundler Bot2018-01-301-0/+18
|\ \ \ \ \
| * | | | | Remove >= 2 tag; manually chmod a-w the dirGeorg Gadinger2018-01-201-2/+4
| * | | | | Make writable spec pass on Ruby < 2.4Georg Gadinger2018-01-191-2/+2
| * | | | | [Init] Check if the current directory is writableGeorg Gadinger2018-01-191-0/+16
| | |_|_|/ | |/| | |
* | | | | Fix failing spec in the bundle exec system gem speccolby/fix-exec-failing-testColby Swandale2018-01-261-1/+1
| |_|_|/ |/| | |
* | | | Simplify error class stuff.Chris Keele2018-01-191-32/+0
* | | | Add base error class to new gems.Chris Keele2018-01-191-0/+36
* | | | handle gzip corruption errors in the compact index clientcolby/client-index-gzip-errorColby Swandale2018-01-191-6/+17
|/ / /
* | | Auto merge of #6168 - akhramov:fix/clean-extensions, r=colby-swandaleThe Bundler Bot2018-01-102-0/+36
|\ \ \
| * | | Make `bundle clean` clean extension directoriesArtyom Khramov2018-01-102-0/+36
* | | | typofix by misspelltypo-fixSHIBATA Hiroshi2018-01-101-1/+1
|/ / /
* | | Auto merge of #6177 - bundler:colby/bundle-show-paths, r=indirectThe Bundler Bot2018-01-081-0/+40
|\ \ \
| * | | add git and gemspec examples to list --paths spec and raise error when --only...Colby Swandale2017-12-011-2/+27
| * | | add `--paths` option to `bundle list` command.Colby Swandale2017-11-191-0/+15
| | |/ | |/|
* | | To use exe instead of default name. Because bin name is conflict with Ruby 2....SHIBATA Hiroshi2017-12-281-1/+2
* | | Added hostname for file protocol in GemfileSHIBATA Hiroshi2017-12-285-85/+85
* | | Merge tag 'v1.16.1'Samuel Giddins2017-12-2721-170/+206
|\ \ \ | | |/ | |/|
| * | Added workarounds for Travis specific issues.SHIBATA Hiroshi2017-12-214-10/+14
| * | Try to get specs passing on old RubyGemsSamuel Giddins2017-12-217-35/+49
| * | Remove the bundler default spec consistently across ruby versionsSamuel Giddins2017-12-211-2/+9
| * | Fix the pristine spec so it still can access the default gemSamuel Giddins2017-12-212-1/+2
| * | Unregister the bundler default spec in the testsSamuel Giddins2017-12-212-14/+14
| * | Auto merge of #6200 - voxik:relax-directory-restrictions, r=segiddinsThe Bundler Bot2017-12-121-1/+1
| * | Auto merge of #6188 - bundler:indirect/fix-6072, r=indirectThe Bundler Bot2017-12-121-34/+32