aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] Refactor some specsDavid Rodríguez2019-08-032-9/+9
* [bundler/bundler] Extract `expanded_platforms`David Rodríguez2019-08-032-2/+6
* [bundler/bundler] Extract `current_platforms`David Rodríguez2019-08-031-3/+9
* [bundler/bundler] [GemHelpers] Remove the special code path for ruby platform...Samuel Giddins2019-08-031-3/+1
* [bundler/bundler] Make some specs more explicitDavid Rodríguez2019-08-031-13/+11
* [bundler/bundler] Remove unnecessary begin-end blockDavid Rodríguez2019-08-031-15/+13
* [bundler/bundler] Bump rubocop to 0.72.0David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Fix typosDavid Rodríguez2019-08-031-4/+4
* [bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez2019-08-032-7/+3
* [bundler/bundler] Remove unused filterDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] Reuse `gemfile` spec helperDavid Rodríguez2019-08-031-6/+4
* [bundler/bundler] More specific assertionDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Remove redundant assertionDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] Make spec easier to debugDavid Rodríguez2019-08-031-1/+3
* [bundler/bundler] Don't persist the cache_all_platforms settingDavid Rodríguez2019-08-031-2/+4
* [bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins2019-08-032-3/+13
* [bundler/bundler] [Package] Dont always update on --all-platformsSamuel Giddins2019-08-031-4/+1
* [bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins2019-08-032-1/+20
* [bundler/bundler] Add missing mockDavid Rodríguez2019-08-031-0/+1
* [bundler/bundler] Remove unnecessary `order_matters` paramDavid Rodríguez2019-08-031-3/+3
* [bundler/bundler] Correct default cache pathIvo Wever2019-08-031-1/+1
* [bundler/bundler] Improve spec to be more realisticDavid Rodríguez2019-08-031-2/+3
* [bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez2019-08-032-9/+16
* [bundler/bundler] Not sure how much this buys us, remove itDavid Rodríguez2019-08-031-2/+0
* [bundler/bundler] Inline `expanded_deps`David Rodríguez2019-08-031-2/+1
* [bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez2019-08-033-14/+25
* [bundler/bundler] Fix local variable nameDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez2019-08-032-1/+29
* [bundler/bundler] Revert "Migrate requires from exe/ to also be relative"David Rodríguez2019-08-031-3/+3
* [bundler/bundler] Lock rubocop-performance to 1.4.0David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Bump rubocop to 0.71David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Fix a typo on a spec commentDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] bundler/inline should always install gems to system pathrobuye2019-08-031-0/+13
* [bundler/bundler] Use real paths for `bundle clean`David Rodríguez2019-08-032-1/+27
* [bundler/bundler] Fix thread leak in compact index specsDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas2019-08-032-0/+7
* [bundler/bundler] Factor out gemspec call inside `let`David Rodríguez2019-08-031-8/+8
* [bundler/bundler] Remove duplicated `let`'sDavid Rodríguez2019-08-031-5/+2
* [bundler/bundler] Migrate git proxy helpers to use Open3David Rodríguez2019-08-031-30/+22
* [bundler/bundler] Fix `rake release` not prompting for OTP codeDavid Rodríguez2019-08-032-2/+15
* [bundler/bundler] Normalize usages of `Gem::Util` in rubygems integrationDavid Rodríguez2019-08-031-5/+3
* [bundler/bundler] Use rubygems utility if availableDavid Rodríguez2019-08-033-2/+14
* [bundler/bundler] Fix file:// handling under WindowsDavid Rodríguez2019-08-033-4/+7
* [bundler/bundler] Normalize file:// handling in specsDavid Rodríguez2019-08-0395-1023/+1021
* [bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez2019-08-033-13/+18
* [bundler/bundler] Move "on releasing" to a RSpec contextDavid Rodríguez2019-08-031-7/+12
* [bundler/bundler] Migrate requires from exe/ to also be relativeDavid Rodríguez2019-08-031-3/+3
* [bundler/bundler] Migrate two more requires to be relativeDavid Rodríguez2019-08-032-2/+2
* [bundler/bundler] Migrate thor to use relative requiresDavid Rodríguez2019-08-0313-34/+34