summaryrefslogtreecommitdiff
path: root/spec/bundler/bundler_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use insecure temporary directory as home directoryfatkodima2019-11-041-29/+9
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* No need to activate the `fileutils` default gemDavid Rodríguez2019-08-171-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-1/+1
* Fix another flakyDavid Rodríguez2019-05-271-38/+35
* Merge #6885Bundlerbot2019-04-281-0/+1
|\
| * Don't check for the existence of a writable home directory if BUNDLE_USER_HOM...Joel Turkel2019-01-071-0/+1
* | Fix 1.8.7 notesremove_old_1.8.7_remanentsDavid Rodríguez2019-03-081-11/+4
* | Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-041-1/+0
|/
* fix error with path objects in arrayAlex Gordon2018-10-251-0/+13
* Merge #6316Bundlerbot2018-09-241-0/+43
|\
| * Display unwritable files in each lineKenji Okimoto2018-04-231-3/+9
| * Add backward compatibility code for Ruby 1.8.7Kenji Okimoto2018-04-231-2/+8
| * Use 0o for octal literalsKenji Okimoto2018-04-231-1/+1
| * Add test for Bundler.requires_sudo?Kenji Okimoto2018-04-231-0/+31
* | Auto merge of #6550 - brodock:6546-fix-home-permissions, r=colby-swandaleThe Bundler Bot2018-06-121-0/+51
|\ \
| * | Don't fallback to tempdir when required directories exist.Gabriel Mazetto2018-06-121-0/+51
| |/
* | add option to Bundler#mkdir_p to force Bundler to not use sudoColby Swandale2018-06-061-0/+28
|/
* Check correct paths are writable in requires_sudo?John Hawthorn2018-04-201-1/+1
* Add some specs against requires_sudo?John Hawthorn2018-04-201-0/+67
* Conform to code styleGreg Werbin2017-09-111-1/+0
* Make tests greenGreg Werbin2017-09-111-38/+43
* Use tests from the old commitGreg Werbin2017-09-101-0/+54
* support ruby < 2.2.0Urabe, Shyouhei2017-08-221-1/+1
* Add specs for TOPLEVEL_BINDING pollutionUrabe, Shyouhei2017-08-211-0/+18
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-2/+2
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Fix expectations to adapt to the fileutils bundler is usingseg-vendor-fileutilsSamuel Giddins2017-06-281-1/+1
* Mock Bundler::FileUtils when necessarySamuel Giddins2017-06-281-1/+1
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
|/
* Permissive temporary home directorySven Schwyn2017-02-081-0/+39
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Fix a spelling mistake in the specsseg-compact-index-client-threadsafeSamuel Giddins2016-11-281-1/+1
* Fix disable_shared_gems bug & keep nested execchrismo2016-09-271-2/+2
* Auto merge of #4738 - allenzhao:remove-entry-rescue, r=segiddinsHomu2016-08-161-0/+18
|\
| * Add spec testZehan Zhao2016-08-061-0/+18
* | [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* | [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-1/+1
|/
* Unset `GEM_PATH` with `nil` not empty string.chrismo2016-06-221-0/+12
* Handle quotes in PATHSamuel Giddins2016-03-121-0/+37
* Ensure loaded_from is always set to a stringgit-extension-rebuildSamuel Giddins2016-02-241-1/+1
* Update validation specs for old rubygemsSamuel Giddins2016-02-241-22/+21
* Move validation exception messages to the rubygems integration helperSamuel Giddins2016-02-231-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Change behavior and improve clarity of error messages when local gems have in...James Wen2016-01-301-0/+29
* [RuboCop] Enable Style/ParallelAssignmentSamuel Giddins2015-11-261-5/+10
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-5/+5
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0