summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable `Style/GuardClause` copfix_offenses_for_more_copsDavid Rodríguez2019-03-043-20/+3
* Move `rescue Exception` exceptions inlineDavid Rodríguez2019-03-046-14/+5
* Auto-correct `Style/MutableConstant` rubocop offensesDavid Rodríguez2019-03-047-23/+10
* Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-049-28/+13
* Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-048-19/+0
* Auto-correct `Style/StderrPuts` rubocop offensesDavid Rodríguez2019-03-045-13/+4
* Merge #7011Bundlerbot2019-03-043-8/+8
|\
| * make rubocop happyJan Piotrowski2019-03-032-2/+2
| * fix other sys_exec calls that prepended an env variableJan Piotrowski2019-03-032-2/+2
| * set ENV via Open3.popen3 param in sys_exec instead of via command being executedJan Piotrowski2019-03-031-6/+6
* | Merge #7013Bundlerbot2019-03-043-2/+2
|\ \
| * | move azure-pipeline folder to a hidden foldercolby/azure-pipeline-hiddenColby Swandale2019-03-043-2/+2
* | | Merge #7015Bundlerbot2019-03-041-1/+1
|\ \ \
| * | | expand comparison path for Windows compatJan Piotrowski2019-03-031-1/+1
| | |/ | |/|
* | | Merge #7014Bundlerbot2019-03-0411-75/+27
|\ \ \
| * | | Auto-correct `Style/TrailingCommaInHashLiteral` offensesglobally_enable_some_layout_copsDavid Rodríguez2019-03-045-17/+6
| * | | Auto-correct `Style/TrailingCommaInArrayLiteral` offensesDavid Rodríguez2019-03-044-13/+3
| * | | Fully enable some dependent Layout copsDavid Rodríguez2019-03-044-45/+18
|/ / /
* | | Merge #7010Bundlerbot2019-03-032-5/+5
|\ \ \ | |_|/ |/| |
| * | Use double quotes for `git commit -m`windows_friendly_gitDavid Rodríguez2019-03-032-5/+5
| |/
* | Merge #6978Bundlerbot2019-03-032-2/+14
|\ \ | |/ |/|
| * add check for already installed pluginAnkit Kataria2019-02-212-2/+14
* | Merge #7004Bundlerbot2019-03-024-74/+358
|\ \
| * | Bump rubocop to 0.65.0David Rodríguez2019-03-014-74/+358
|/ /
* | Merge #6991Bundlerbot2019-02-284-45/+69
|\ \
| * | Split (and skip) specs about multiple source deprecationfix_deprecation_specsDavid Rodríguez2019-02-281-8/+19
| * | Prefer the `err` helper for checking errorsDavid Rodríguez2019-02-281-15/+15
| * | Remove now unnecessary filteringDavid Rodríguez2019-02-281-5/+4
| * | Make sure deprecation specs run on bundler 2David Rodríguez2019-02-281-3/+3
| * | Fix major deprecation matcherDavid Rodríguez2019-02-282-5/+4
| * | Adapt `bundle show` deprecation specsDavid Rodríguez2019-02-281-1/+5
| * | Delay `bundle console` removal to bundler 3David Rodríguez2019-02-282-2/+6
| * | Remove unnecessary gems.rb file creationDavid Rodríguez2019-02-281-1/+0
| * | Delay requiring --all to update everything to bundler 3David Rodríguez2019-02-282-2/+7
| * | Move some test setups to before blocksDavid Rodríguez2019-02-282-5/+10
| * | Remove unnecessary gsubDavid Rodríguez2019-02-281-2/+0
|/ /
* | Merge #6997Bundlerbot2019-02-281-13/+4
|\ \
| * | Use rubygems 3.0.2 for testing compatibility modesmaller_ci_matrixDavid Rodríguez2019-02-271-1/+1
| * | Test only the rubygems version each MRI version shipped withDavid Rodríguez2019-02-271-12/+3
|/ /
* | Merge #6982Bundlerbot2019-02-2631-186/+64
|\ \
| * | Remove rubygems compatibility guardremove_unnecessary_rubygems_filtersDavid Rodríguez2019-02-252-13/+0
| * | Remove more unnecessary rubygems version checksDavid Rodríguez2019-02-255-56/+27
| * | Remove unnecessary old rubygems deprecationDavid Rodríguez2019-02-252-29/+4
| * | Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-2522-88/+33
|/ /
* | Merge #6971Bundlerbot2019-02-243-5/+9
|\ \
| * | Fix warning message about bundler versionfix_upgrade_instructionsDavid Rodríguez2019-02-183-5/+9
* | | Merge #6983Bundlerbot2019-02-2417-71/+23
|\ \ \
| * | | Remove unnecessary ruby filters from specsremove_unnecessary_ruby_filtersDavid Rodríguez2019-02-2215-61/+23
| * | | Remove ruby version major deprecationDavid Rodríguez2019-02-222-10/+0
* | | | Merge #6984Bundlerbot2019-02-23708-414/+503
|\ \ \ \ | |/ / / |/| | |