summaryrefslogtreecommitdiff
path: root/lib/bundler/shared_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't silence the UI by defaultDavid Rodríguez2019-10-311-19/+1
* Only untaint strings on Ruby <2.7Jeremy Evans2019-10-181-5/+5
* Add caller information to some deprecation messagesadd_info_to_some_deprecation_messagesDavid Rodríguez2019-09-231-1/+6
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-1/+1
* Fix bundle bin location in core repoDavid Rodríguez2019-08-161-1/+1
* lib/bundler/shared_helpers.rb: remove require "rubygems"Yusuke Endoh2019-08-141-1/+0
* Stop printing deprecation messages during specsfix_deprecation_warnings_during_specsDavid Rodríguez2019-08-111-2/+18
* Enable `Style/UnneededInterpolation` copenable_unneeded_interpolation_copDavid Rodríguez2019-07-231-1/+1
* Merge #7248Bundlerbot2019-07-191-2/+8
|\
| * fix nested bundle exec's when bundler is a default gemMSP-Greg2019-07-161-2/+8
* | 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