summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Ensure bundler/psyched_yaml is always loaded before Gem.load_yaml is calledSamuel Giddins2017-10-301-0/+2
* | Conform to code styleGreg Werbin2017-09-111-1/+1
* | Conform to code styleGreg Werbin2017-09-111-12/+12
* | Remove unnecessary methodGreg Werbin2017-09-111-12/+9
* | Allow the user to set alternative to ~/.bundleGreg Werbin2017-09-101-2/+19
|/
* Auto merge of #5960 - shyouhei:master, r=segiddinsThe Bundler Bot2017-08-221-1/+1
|\
| * avoid TOPLEVEL_BINDING pollutionUrabe, Shyouhei2017-08-211-1/+1
* | Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-2/+3
|/
* Update supported versions according to https://github.com/bundler/bundler/iss...Samuel Giddins2017-08-171-0/+1
* Add a compatibility guard that prints friendly errors on bundler 2+Samuel Giddins2017-08-171-0/+1
* [2.0] Don't create gem home before setting itKoichi ITO2017-08-021-7/+0
* [Source::Git] Cache repos globallyseg-globally-cache-git-reposSamuel Giddins2017-07-251-4/+0
* nil out @configured in Bundler.reset!Samuel Giddins2017-07-231-0/+1
* Default the install path to ./bundle in Bundler 2Samuel Giddins2017-07-231-9/+18
* Set forgotten command line options via config in 2.0Samuel Giddins2017-07-191-1/+1
* Remove unused Bundler.bundle_path= methodSamuel Giddins2017-07-191-2/+0
* Auto merge of #5864 - koic:enable_layout_empty_line_after_magic_comment_cop, ...The Bundler Bot2017-07-161-0/+1
|\
| * [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* | Merge branch 'master' of https://github.com/bundler/bundler into add-process-...Stefan Sedich2017-07-121-0/+6
|\ \ | |/
| * Use deployment instead of frozen as a setting on Bundler 2Samuel Giddins2017-07-121-0/+6
* | Adding process lock for bundle install operations to fix issue where multiple...Stefan Sedich2017-07-111-0/+1
|/
* Use Kernel.require to avoid calling Bundler.requireSamuel Giddins2017-06-281-2/+2
* Vendor fileutils since it is now a gemSamuel Giddins2017-06-281-2/+3
* Avoid grabbing the BUNDLE_APP_CONFIG env var twiceSamuel Giddins2017-06-271-2/+2
* Auto merge of #5719 - bundler:seg-prefer-gems-rb, r=indirectThe Bundler Bot2017-06-161-1/+1
|\
| * Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-151-1/+1
* | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirectThe Bundler Bot2017-06-161-0/+1
|\ \ | |/ |/|
| * Avoid git shenanigans with the build metadata fileseg-version-build-metadataSamuel Giddins2017-06-131-1/+1
| * Print build metadata when running `bundle version`Samuel Giddins2017-06-121-0/+1
* | Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-131-2/+2
|/
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* Unify the notation of RubyGemsKoichi ITO2017-05-041-4/+4
* [Bundler] Avoid chdir when loading a yaml gemspecSamuel Giddins2017-04-051-11/+11
* [Resolver] Only include minimal set of conflicting deps in conflict messageSamuel Giddins2017-03-301-0/+1
* [CLI] Only reset paths if we’ve set a custom gemfileSamuel Giddins2017-03-141-2/+8
* [Settings] Allow not reading the global config file when there is no $HOME an...seg-read-only-fs-no-global-settingsSamuel Giddins2017-02-101-1/+1