summaryrefslogtreecommitdiff
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup old stuffDavid Rodríguez2019-04-081-14/+0
* Lighther "prefer gems.rb" deprecationDavid Rodríguez2019-03-011-4/+9
* Remove unnecessary old rubygems deprecationDavid Rodríguez2019-02-251-7/+3
* Remove ruby version major deprecationDavid Rodríguez2019-02-221-3/+0
* Rename major_deprecations to silence_deprecationsdeprecation_changesDavid Rodríguez2019-02-211-1/+1
* Fix deprecations bugDavid Rodríguez2019-02-211-1/+1
* Remove major_deprecations feature flagDavid Rodríguez2019-02-211-1/+1
* Turn on deprecations by defaultDavid Rodríguez2019-02-211-1/+1
* Remove deprecation releasesDavid Rodríguez2019-02-211-2/+1
* Reword deprecation messagesDavid Rodríguez2019-02-211-2/+2
* Fixup r66984. It breakes bundler's examples.SHIBATA Hiroshi2019-02-191-1/+1
* Added explicitly loading for RbConfig.SHIBATA Hiroshi2019-02-051-0/+1
* Ignore to add bundler lib direcotry if it is same as RbConfig::CONFIG["rubyli...ignore-bundler-lib-ruby-libSHIBATA Hiroshi2019-02-041-1/+1
* rubocop -aSHIBATA Hiroshi2018-10-201-3/+3
* Added to support BUNDLE_RUBY and BUNDLE_GEM environmental variables.SHIBATA Hiroshi2018-10-201-3/+7
* Fixed existence example.SHIBATA Hiroshi2018-10-201-1/+1
* rubocop -aSHIBATA Hiroshi2018-10-201-6/+4
* Support file structure of ruby core repository.SHIBATA Hiroshi2018-10-201-4/+12
* Fix loadError occuring in https://github.com/bundler/bundler/issues/6537colby/fix-bundler-load-errorColby Swandale2018-09-131-1/+6
* Don't call File.realpath in a loop, single call does what we wantojab2018-07-231-6/+2
* Auto merge of #6502 - ojab:1-16-stable, r=indirectThe Bundler Bot2018-07-101-2/+13
|\
| * only realpath things that existAndre Arko2018-07-091-2/+3
| * prevent explosions on Ruby 1.8Andre Arko2018-07-091-1/+5
| * follow symlinks in bundler_ruby_lib as wellAndre Arko2018-07-091-1/+1
| * recursively follow symlinksAndre Arko2018-07-091-5/+7
| * Use realpath in clean_load_pathojab2018-05-031-1/+5
* | Move write_to_gemfile to SharedHelpersAgrim Mittal2018-06-281-0/+4
* | Remove necessary comments and update docsAgrim Mittal2018-06-281-2/+2
* | fix requirement in pretty_dependency when version not specifiedAgrim Mittal2018-06-281-2/+3
* | Handle eval_gemfileAgrim Mittal2018-06-281-1/+2
* | [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