summaryrefslogtreecommitdiff
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* [SharedHelpers] Only hard-error on major deprecations in the following versionsegiddins/softer-major-deprecationsSamuel Giddins2018-06-141-3/+4
* Avoid activating stdlib digest under Ruby 2.5seg-ruby-2-5-digest-gemSamuel Giddins2017-10-221-0/+5
* Move the path_separator logic into the appropriate RubygemsIntegration classesMichael Pitman2017-08-301-1/+1
* Ensure that we use the appropriate path separator in the error message when d...Michael Pitman2017-08-291-2/+2
* Support ruby version 1.8.7 and rubygems earlier than version 2.0.0Michael Pitman2017-08-291-1/+2
* Use Gem.path_separator instead of File::PATH_SEPARATOR to detect an invalid b...Michael Pitman2017-08-281-3/+3
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-11/+20
* 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
* use include? instead of matchAdam Wanninger2017-08-131-1/+1
* raise PathError instead of BundlerErrorAdam Wanninger2017-08-091-2/+2
* raise BundlerError and expand error messsageAdam Wanninger2017-08-071-4/+7
* fix rubocop failuresAdam Wanninger2017-08-071-5/+5
* exit if bundle bin path contains a path separatorAdam Wanninger2017-08-071-0/+9
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Auto merge of #5782 - bundler:seg-global-gem-cache, r=indirectThe Bundler Bot2017-06-271-0/+13
|\
| * Extract md5 checking to SharedHelpersSamuel Giddins2017-06-271-0/+13
* | Move expand_path to #default_gemfile and add integration specGlenn Espinosa2017-06-251-2/+2
* | Allow BUNDLE_GEMFILE to not be an absolute pathGlenn Espinosa2017-06-241-1/+1
|/
* Make pretty-printing a dependency consistentseg-allow-bundler-dep-conflictsSamuel Giddins2017-06-221-0/+11
* Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-151-5/+17
* Ensure Bundler.original_env preserves _all_ keys bundler setsseg-original-env-all-keysSamuel Giddins2017-06-131-7/+18
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-7/+10
* Avoid deadlocking when installing with a lockfile missing dependenciesSamuel Giddins2017-04-131-0/+15
* [Worker] Allow interrups to exit the process even after the threads are disposedseg-fix-signalsSamuel Giddins2017-04-081-0/+7
* fix typoleslie.wen2017-02-211-1/+1
* [SharedHelpers] Use block.call instead of yield to avoid a stack consistency ...seg-ruby-2-2-2-bugSamuel Giddins2017-01-211-2/+4
* [SharedHelpers] Speed up #clean_load_pathSamuel Giddins2016-12-211-10/+8
* [SharedHelpers] Document why we’re overriding #requirementSamuel Giddins2016-12-211-0/+1
* [SharedHelpers] Remove unused attributeSamuel Giddins2016-12-211-2/+0
* [SharedHelpers] Ignore EEXIST and ENOENT in #filesystem_accessseg-filesystem-access-generic-system-errorSamuel Giddins2016-11-301-0/+2
* [SharedHelpers] Handle generic SystemCallErrors in #filesystem_accessSamuel Giddins2016-11-301-0/+4
* Stop stubbing File.expand_path in SharedHelper specsSamuel Giddins2016-09-071-1/+6
* Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-2/+4
* [SharedHelpers] Always print major deprecations on .99 versionsseg-deprecations-99-versionsSamuel Giddins2016-08-171-1/+2
* Mild 1.8.7 $SAFE=1 compatibilityseg-gem-dep-api-compatibilitySamuel Giddins2016-07-191-4/+4
* Migrate 1-99 deprecations to new major_deprecation machinerySamuel Giddins2016-07-051-8/+4
* Fix deprecation warnings and lack_errors matcherStefan Lance2016-07-051-1/+1
* do not deprecate gems.rb, lolAndre Arko2016-07-051-3/+11
* Add Bundler.ui.deprecateStefan Lance2016-07-051-1/+3
* [SharedHelpers] Fix printing rubygems versionSamuel Giddins2016-06-231-1/+1
* Add spec machinery for testing major deprecationsSamuel Giddins2016-06-231-3/+2
* Print the first batch of major deprecation warningsSamuel Giddins2016-06-231-0/+9
* Add machinery for printing major deprecationsSamuel Giddins2016-06-231-0/+15
* Add total bundler version trampolining via vendored postitSamuel Giddins2016-06-101-0/+1
* [SharedHelpers] Support 1.8.7 not having ENOTSUP definedseg-enotsupSamuel Giddins2016-03-281-1/+1
* [SharedHelpers] Handle Errno::ENOTSUP in .filesystem_accessSamuel Giddins2016-03-281-0/+2
* Create `Bundler::VirtualProtocolError` that `Bundler::SharedHelpers#filesyste...James Wen2016-02-101-0/+2
* [Exec] Avoid loading the definition before exec-ingSamuel Giddins2016-02-011-0/+12