summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop issuesDavid Rodríguez2019-03-081-6/+6
* Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-084-16/+50
* Fix typoAndrew Nesbitt2019-03-061-1/+1
* Disable `Style/GuardClause` copfix_offenses_for_more_copsDavid Rodríguez2019-03-041-5/+0
* Move `rescue Exception` exceptions inlineDavid Rodríguez2019-03-045-5/+5
* Auto-correct `Style/MutableConstant` rubocop offensesDavid Rodríguez2019-03-045-9/+9
* Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-044-5/+5
* Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-041-1/+0
* Auto-correct `Style/StderrPuts` rubocop offensesDavid Rodríguez2019-03-041-1/+1
* Auto-correct `Style/TrailingCommaInHashLiteral` offensesglobally_enable_some_layout_copsDavid Rodríguez2019-03-043-5/+5
* Auto-correct `Style/TrailingCommaInArrayLiteral` offensesDavid Rodríguez2019-03-043-3/+3
* Fully enable some dependent Layout copsDavid Rodríguez2019-03-043-18/+18
* Merge #6978Bundlerbot2019-03-031-1/+1
|\
| * add check for already installed pluginAnkit Kataria2019-02-211-1/+1
* | Delay `bundle console` removal to bundler 3David Rodríguez2019-02-281-1/+1
* | Delay requiring --all to update everything to bundler 3David Rodríguez2019-02-281-1/+1
* | Remove rubygems compatibility guardremove_unnecessary_rubygems_filtersDavid Rodríguez2019-02-251-4/+0
* | Remove more unnecessary rubygems version checksDavid Rodríguez2019-02-252-33/+18
* | Remove unnecessary old rubygems deprecationDavid Rodríguez2019-02-251-7/+3
* | Merge #6971Bundlerbot2019-02-241-3/+3
|\ \
| * | Fix warning message about bundler versionfix_upgrade_instructionsDavid Rodríguez2019-02-181-3/+3
| |/
* | Remove ruby version major deprecationDavid Rodríguez2019-02-221-3/+0
* | Rename major_deprecations to silence_deprecationsdeprecation_changesDavid Rodríguez2019-02-212-3/+3
* | Fix deprecations bugDavid Rodríguez2019-02-211-1/+1
* | Remove major_deprecations feature flagDavid Rodríguez2019-02-213-2/+2
* | Turn on deprecations by defaultDavid Rodríguez2019-02-212-1/+2
* | Remove deprecation releasesDavid Rodríguez2019-02-211-2/+1
* | Reword deprecation messagesDavid Rodríguez2019-02-211-2/+2
* | Merge #6974Bundlerbot2019-02-2011-21/+26
|\ \
| * | Slightly better wording of error messagesuse_newer_list_interfaceDavid Rodríguez2019-02-201-2/+2
| * | Fix git source error message recommendationsDavid Rodríguez2019-02-201-2/+7
| * | Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-1911-20/+20
| |/
* | Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.SHIBATA Hiroshi2019-02-191-2/+4
* | Fixup r66984. It breakes bundler's examples.SHIBATA Hiroshi2019-02-191-1/+1
|/
* Travis template: Drop unused sudo: false optionOlle Jonsson2019-02-161-1/+0
* Fix show command output/error streamsDavid Rodríguez2019-02-141-1/+1
* Print git errors to a consistent streamDavid Rodríguez2019-02-141-1/+1
* Print to correct stream when setup on a ttyDavid Rodríguez2019-02-141-3/+4
* 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
* Merge #6931Bundlerbot2019-01-292-0/+4
|\
| * resolve compatibility issuesAnkit Kataria2019-01-271-1/+1
| * change prefer to patch_prefer and updated help textAnkit Kataria2019-01-272-3/+3
| * update bundle config man pageAnkit Kataria2019-01-241-2/+2
| * add patch option in bundle configAnkit Kataria2019-01-242-0/+4
* | Replace unsafe http URLs with https URLsTakumasa Ochi2019-01-281-2/+2
* | Bump rake version to 12.0 on gemspec template. Because rake-10.0 is EOL now.SHIBATA Hiroshi2019-01-241-1/+1
* | Merge #6315Bundlerbot2019-01-232-30/+9
|\ \
| * \ Merge branch 'master' into remove-old-rubySHIBATA Hiroshi2019-01-1222-84/+160
| |\ \
| * | | Removed compatibility hack for old rubies.SHIBATA Hiroshi2018-10-173-34/+9