summaryrefslogtreecommitdiff
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Fully remove compatibility guardremove_compatibility_guardDavid Rodríguez2019-07-091-2/+0
* Remove unnecessary `order_matters` paramremove_order_mattersDavid Rodríguez2019-07-041-3/+3
* Previous approach for not walking further up from test folderbetter_test_specific_file_searchingDavid Rodríguez2019-05-161-0/+13
* Setup rubyopt to require bundler absolutelyDavid Rodríguez2019-05-121-2/+3
* Merge #7138Bundlerbot2019-04-291-13/+0
|\
| * Remove unnecessary BUNDLER_SPEC_RUNremove_bundler_spec_runDavid Rodríguez2019-04-231-13/+0
* | Remove ruby 2.2 only workaroundDavid Rodríguez2019-04-271-3/+1
|/
* Remove dummy commentDavid Rodríguez2019-04-191-2/+0
* Load executable relatively in the first placeDavid Rodríguez2019-04-191-12/+4
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-8/+8
* Remove `prefer_gems_rb` settinginit_gems_rbDavid Rodríguez2019-04-111-11/+5
* 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