summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typosspec_improvementsDavid Rodríguez2019-07-051-4/+4
* Reuse `lockfile` spec helperDavid Rodríguez2019-07-052-7/+3
* Remove unused filterDavid Rodríguez2019-07-051-1/+0
* Reuse `gemfile` spec helperDavid Rodríguez2019-07-051-6/+4
* Cleanup constant only used onceDavid Rodríguez2019-07-051-7/+5
* More specific assertionDavid Rodríguez2019-07-051-2/+2
* Remove redundant assertionDavid Rodríguez2019-07-051-1/+0
* Make spec easier to debugDavid Rodríguez2019-07-051-1/+3
* Merge #7233Bundlerbot2019-07-051-0/+1
|\
| * Add missing mockmissing_mockDavid Rodríguez2019-07-041-0/+1
* | Merge #7212Bundlerbot2019-07-052-3/+30
|\ \
| * | Inline `expanded_deps`fix_reresolving_locked_platform_specific_depsDavid Rodríguez2019-06-261-2/+1
| * | Don't re-resolve locked platform specific gemsDavid Rodríguez2019-06-252-1/+29
* | | Merge #7154Bundlerbot2019-07-041-0/+13
|\ \ \ | |_|/ |/| |
| * | bundler/inline should always install gems to system pathrobuye2019-06-191-0/+13
* | | Merge #7229Bundlerbot2019-07-041-1/+1
|\ \ \
| * | | Correct default cache pathIvo Wever2019-07-031-1/+1
|/ / /
* | | Merge #7223Bundlerbot2019-06-277-34/+17
|\ \ \
| * | | RUBY_ENGINE should always be defined after 1.8.7ruby_engine_always_definedDavid Rodríguez2019-06-267-34/+17
| | |/ | |/|
* | | Merge #7221Bundlerbot2019-06-262-6/+6
|\ \ \ | |/ / |/| |
| * | Bump rubygems in CI to 3.0.4 and 2.7.10David Rodríguez2019-06-262-6/+6
|/ /
* | Merge #7209Bundlerbot2019-06-242-12/+16
|\ \
| * | Add `required_ruby_version` to gemspec templategemspec-rrMiklos Fazekas2019-06-172-0/+7
| * | Factor out gemspec call inside `let`David Rodríguez2019-06-171-8/+8
| * | Remove duplicated `let`'sDavid Rodríguez2019-06-171-5/+2
* | | Merge #7161Bundlerbot2019-06-2498-1028/+1039
|\ \ \
| * | | Normalize usages of `Gem::Util` in rubygems integrationfix_file_uris_on_windowsDavid Rodríguez2019-06-111-5/+3
| * | | Use rubygems utility if availableDavid Rodríguez2019-06-113-2/+14
| * | | Fix file:// handling under WindowsDavid Rodríguez2019-06-113-4/+7
| * | | Normalize file:// handling in specsDavid Rodríguez2019-06-1195-1023/+1021
* | | | Merge #7216Bundlerbot2019-06-241-3/+3
|\ \ \ \
| * | | | Revert "Migrate requires from exe/ to also be relative"revert_relative_require_from_executableDavid Rodríguez2019-06-201-3/+3
* | | | | Merge #7213Bundlerbot2019-06-201-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Replace bundler_2:install with bundler_3:installbundler_3_install_taskDavid Rodríguez2019-06-181-2/+2
* | | | | Merge #7217Bundlerbot2019-06-201-1/+1
|\ \ \ \ \
| * | | | | Fix a typo on a spec commentfix_typoDavid Rodríguez2019-06-201-1/+1
| |/ / / /
* | | | | Merge #7218Bundlerbot2019-06-201-2/+2
|\ \ \ \ \
| * | | | | Lock rubocop-performance to 1.4.0rubocop_071David Rodríguez2019-06-201-1/+1
| * | | | | Bump rubocop to 0.71David Rodríguez2019-06-201-1/+1
| |/ / / /
* | | | | Merge #7214Bundlerbot2019-06-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo in 2.0.2 release date (changelog)Simon Perepelitsa2019-06-191-1/+1
|/ / / /
* | | | Merge #7211Bundlerbot2019-06-182-1/+27
|\ \ \ \
| * | | | Use real paths for `bundle clean`use_real_git_pathsDavid Rodríguez2019-06-172-1/+27
|/ / / /
* | | | Merge #7202Bundlerbot2019-06-171-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix thread leak in compact index specsDavid Rodríguez2019-06-171-1/+1
|/ / /
* | | Merge #7002Bundlerbot2019-06-143-18/+23
|\ \ \
| * | | Skip specs that need coloring on Windowsfix_shell_type_settingDavid Rodríguez2019-05-242-3/+4
| * | | Add missing no-color source specsDavid Rodríguez2019-05-241-0/+16
| * | | Be explicit about coloring in specs that need thatDavid Rodríguez2019-05-241-0/+2
| * | | Respect color option when instantiating shellsDavid Rodríguez2019-05-242-15/+1