summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Permissive temporary home directorySven Schwyn2017-02-081-21/+24
* Auto merge of #5329 - bundler:seg-settings-autoload, r=indirectThe Bundler Bot2017-01-171-2/+0
|\
| * [Settings] Autoload Mirror under Settings namespaceseg-settings-autoloadSamuel Giddins2017-01-141-2/+0
* | [Inline] Support running when BUNDLE_GEMFILE=""seg-inline-empty-bundle-gemfileSamuel Giddins2017-01-141-1/+1
|/
* Improve -rbundler performance by using autoloadsSamuel Giddins2016-12-211-1/+1
* Auto merge of #5028 - bundler:seg-settings-only-ruby-platform, r=indirectHomu2016-10-031-0/+5
|\
| * Rename to force_ruby_platformseg-settings-only-ruby-platformAndre Arko2016-10-021-1/+1
| * Add a setting for forcing only the ruby platformSamuel Giddins2016-09-271-0/+5
* | Auto merge of #4951 - bundler:seg-no-writable-home, r=indirectHomu2016-09-301-1/+37
|\ \ | |/ |/|
| * Ensure that user_home is always cachedseg-no-writable-homeSamuel Giddins2016-09-081-1/+1
| * Require tmpdir since old RubyGems does notSamuel Giddins2016-09-071-0/+2
| * Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-1/+35