summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* Adhere to gemfile name preference also for project skeletonMasha2020-02-271-0/+4
* Use `bundle config` instead of a deprecated flag in an error message.Tatsuya Hoshino2020-02-151-1/+2
* Fix config location edge caseapp_config_path_absoluteDavid Rodríguez2020-02-031-1/+7
* Remove unnecessary code copied from rubygemsDavid Rodríguez2019-12-061-1/+0
* Merge #7416Bundlerbot2019-11-071-17/+12
|\
| * Don't use insecure temporary directory as home directoryfatkodima2019-11-041-17/+12
* | Merge #7394Bundlerbot2019-11-061-0/+64
|\ \ | |/ |/|
| * Grammarzverok2019-11-051-1/+1
| * Add inline RDoc documentationzverok2019-10-261-0/+64
* | Don't silence the UI by defaultDavid Rodríguez2019-10-311-2/+2
|/
* Add caller information to some deprecation messagesadd_info_to_some_deprecation_messagesDavid Rodríguez2019-09-231-5/+9
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* Remove Bundler.rubygems.config_map because it was deprecated.remove-gem-configmapHiroshi SHIBATA2019-08-011-1/+1
* Fully remove compatibility guardremove_compatibility_guardDavid Rodríguez2019-07-091-2/+0
* Migrate two more requires to be relativeDavid Rodríguez2019-06-081-1/+1
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-37/+37
* Merge #6885Bundlerbot2019-04-281-5/+5
|\
| * Don't check for the existence of a writable home directory if BUNDLE_USER_HOM...Joel Turkel2019-01-071-5/+5
* | Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-11/+11
* | Remove explictily loading thread library, It's provided by embedded module in...remove-threadSHIBATA Hiroshi2019-04-051-1/+0
* | Introduce `{original,unbundled}_{system,exec}` helpersclean_env_passDavid Rodríguez2019-03-201-2/+36
* | Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-1/+1
* | Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
|/
* Properly deprecate `with_clean_env`David Rodríguez2018-12-191-2/+8
* Introduce `with_unbundled_env`David Rodríguez2018-12-191-0/+5
* Add docs for existing helpersDavid Rodríguez2018-12-191-0/+2
* Deprecate `clean_env` in favor of `unbundled_env`David Rodríguez2018-12-191-3/+12
* Improve `clean_env` deprecation messageDavid Rodríguez2018-12-191-1/+1
* fix error with path objects in arrayAlex Gordon2018-10-251-1/+1
* Merge #6316Bundlerbot2018-09-241-1/+5
|\
| * Sort unwritable_filesKenji Okimoto2018-04-231-1/+1
| * Display unwritable files in each lineKenji Okimoto2018-04-231-1/+1
| * Scan files array only onceKenji Okimoto2018-04-231-2/+2
| * Use double quote instead of single quoteKenji Okimoto2018-04-231-1/+1
| * Display reason to require sudoKenji Okimoto2018-04-231-0/+4
* | Read text files as UTF-8 rather than binaryBenoit Daloze2018-08-111-2/+2
* | require `etc` in Bundler#user_homecolby/require-etcColby Swandale2018-07-311-0/+1
* | Try fix 1.8.7 buildDavid Rodríguez2018-06-241-1/+1
* | Respect encodings when reading gemspecsDavid Rodríguez2018-06-241-1/+1
* | Auto merge of #6550 - brodock:6546-fix-home-permissions, r=colby-swandaleThe Bundler Bot2018-06-121-1/+2
|\ \
| * | Don't fallback to tempdir when required directories exist.Gabriel Mazetto2018-06-121-1/+2
| |/
* | Auto merge of #6542 - bundler:colby/bundler-mkdir-no-sudo, r=colby-swandaleThe Bundler Bot2018-06-081-2/+2
|\ \
| * | add option to Bundler#mkdir_p to force Bundler to not use sudoColby Swandale2018-06-061-2/+2
| |/
* | Use filesystem_access when reading a Gemfilesegiddins/read-file-errorSamuel Giddins2018-05-241-1/+3
|/
* Check correct paths are writable in requires_sudo?John Hawthorn2018-04-201-1/+1
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-2/+2
* 1.8.7 compatible file readDavid Rodríguez2018-01-311-1/+1
* Fix hang when gemspec has incompatible encodingDavid Rodríguez2018-01-311-1/+1
* Rename Bundler.frozen? to avoid Object method conflictseg-rename-bundler-frozenSamuel Giddins2018-01-151-1/+1
* Merge tag 'v1.16.0'Samuel Giddins2017-10-311-0/+2
|\