summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delay deprecation of `bundle config` and `bundle update` without argsundeprecate_argless_config_and_updateDavid Rodríguez2019-12-134-12/+12
* Merge #7460Bundlerbot2019-12-1346-115/+4267
|\
| * No longer need workarounds since our uri version is fixedvendorize_uri_libraryDavid Rodríguez2019-12-081-2/+0
| * Use vendorized version of uri libraryDavid Rodríguez2019-12-0827-81/+81
| * Vendorize "uri" libraryDavid Rodríguez2019-12-0816-26/+4179
| * This `require` seems unneededDavid Rodríguez2019-12-081-1/+0
| * Refactor stuff to not load URI if not neededDavid Rodríguez2019-12-082-5/+11
| * Remove unneeded `to_s` callsDavid Rodríguez2019-12-082-2/+2
| * Lazily load uriDavid Rodríguez2019-12-087-9/+5
* | Merge #7476Bundlerbot2019-12-122-13/+13
|\ \
| * | Bump RuboCop to 0.77.0Koichi ITO2019-12-122-13/+13
|/ /
* | Merge #7474Bundlerbot2019-12-127-21/+45
|\ \ | |/ |/|
| * Remove unnecessary -I optionfix_gem_tasksDavid Rodríguez2019-12-101-1/+1
| * Fix `bundle exec rake install` not workingDavid Rodríguez2019-12-102-2/+24
| * Extract a `gem_command` methodDavid Rodríguez2019-12-091-5/+7
| * Name variable consistenlyDavid Rodríguez2019-12-091-4/+4
| * Prefer `be_empty` to `eq("")`David Rodríguez2019-12-095-10/+10
|/
* Merge #7473Bundlerbot2019-12-084-58/+6
|\
| * Remove unused methodmisc_cleanupDavid Rodríguez2019-12-061-6/+0
| * Remove unnecessary code copied from rubygemsDavid Rodríguez2019-12-063-45/+1
| * Remove unnecessary parameter to `fetch_specs`David Rodríguez2019-12-062-7/+5
|/
* Merge #7471Bundlerbot2019-12-0610-45/+83
|\
| * Vendor latest thor's masterbump_thorDavid Rodríguez2019-12-0610-45/+83
|/
* Merge #7462Bundlerbot2019-12-021-1/+5
|\
| * fix number ordercolby/document-parallel-rspecColby Swandale2019-12-021-1/+1
| * document running tests in parallel inside a dev environmentColby Swandale2019-11-301-0/+4
* | Merge #7463Bundlerbot2019-12-022-8/+3
|\ \
| * | Vendor fileutils 1.4.1fileutils_1_4_1David Rodríguez2019-11-302-8/+3
* | | Merge #7464Bundlerbot2019-12-014-60/+29
|\ \ \
| * | | Rename `unrequire_rubygems` to `reexec`improve_rubygems_switcherDavid Rodríguez2019-12-011-2/+2
| * | | Rename `env_version` to `source`David Rodríguez2019-12-011-11/+11
| * | | Rename `target_tag_version` to `target_tag`David Rodríguez2019-12-011-5/+5
| * | | Improve rubygems switching codeDavid Rodríguez2019-12-014-45/+14
|/ / /
* | | Merge #7465Bundlerbot2019-12-0150-50/+50
|\ \ \ | |/ / |/| |
| * | December manpagesdecember_manpagesDavid Rodríguez2019-12-0150-50/+50
|/ /
* | Merge #7418Bundlerbot2019-11-292-31/+53
|\ \
| * | Restore previous BUNDLE_GEMFILE in bundler/inlinefatkodima2019-11-222-31/+53
* | | Merge #7461Bundlerbot2019-11-291-0/+1
|\ \ \ | |_|/ |/| |
| * | Set parallel_tests to also output rspec progresscolby/parallel-rspec-outputColby Swandale2019-11-301-0/+1
|/ /
* | Merge #7459Bundlerbot2019-11-291-9/+12
|\ \
| * | Fix condition to verify root is a git directoryunskip_quality_specsDavid Rodríguez2019-11-281-1/+1
| * | Extract git check logic to a methodDavid Rodríguez2019-11-281-9/+12
* | | Merge #7458Bundlerbot2019-11-2911-70/+50
|\ \ \ | |/ / |/| |
| * | Use activation hack in default gem activation specsDavid Rodríguez2019-11-281-2/+2
| * | Split default gem activation specsDavid Rodríguez2019-11-281-26/+20
| * | Only consider exempted default gemsDavid Rodríguez2019-11-281-5/+1
| * | Easier figuring out of default gemsDavid Rodríguez2019-11-281-3/+1
| * | `Gem::Specification` should always be an `Enumerable`David Rodríguez2019-11-281-3/+1
| * | `Gem::Specification#activate` should always be definedDavid Rodríguez2019-11-281-10/+8
| * | Fix a warning in activation hack snippetDavid Rodríguez2019-11-281-1/+1