summaryrefslogtreecommitdiff
path: root/lib/bundler
AgeCommit message (Expand)Author
2019-08-03[bundler/bundler] Unfold message to single line for readabilityDavid Rodríguez
2019-08-03[bundler/bundler] Extract a `print_gems` methodGuillermo Guerrero
2019-08-03[bundler/bundler] Less complexityGuillermo Guerrero
2019-08-03[bundler/bundler] Move more locals to attributesDavid Rodríguez
2019-08-03[bundler/bundler] Move `any?` logic to the attributeDavid Rodríguez
2019-08-03[bundler/bundler] Move `options_include_groups` to an attributeDavid Rodríguez
2019-08-03[bundler/bundler] Prefer feature flag to harcoded checkDavid Rodríguez
2019-08-03[bundler/bundler] Restore `cache_all` flag removalDavid Rodríguez
2019-08-03[bundler/bundler] Add workaround from old rubygemsDavid Rodríguez
2019-08-03[bundler/bundler] Update error messages to be more preciseDavid Rodríguez
2019-08-03[bundler/bundler] Remove unnecessary method parameterDavid Rodríguez
2019-08-03[bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez
2019-08-03[bundler/bundler] Remove redundant begin-end blockDavid Rodríguez
2019-08-03[bundler/bundler] Don't need 1.8 compatibilityDavid Rodríguez
2019-08-03[bundler/bundler] Remove uneeded bundler keyDavid Rodríguez
2019-08-03[bundler/bundler] fix nested bundle exec's when bundler is a default gemMSP-Greg
2019-08-03[bundler/bundler] build_metadata.rb - fix 'warning: instance variable @git_co...MSP-Greg
2019-08-03[bundler/bundler] Alias `cache` to `package` nowDavid Rodríguez
2019-08-03[bundler/bundler] Remove `cache_command_is_package` feature flagDavid Rodríguez
2019-08-03[bundler/bundler] Always keep `bundle package --all` optionDavid Rodríguez
2019-08-03[bundler/bundler] Fix incorrect flag usageDavid Rodríguez
2019-08-03[bundler/bundler] Remove redundant conditionDavid Rodríguez
2019-08-03[bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez
2019-08-03[bundler/bundler] No need to make `Gem.refresh` a noopDavid Rodríguez
2019-08-03[bundler/bundler] Use `tap` for `current_platforms`David Rodríguez
2019-08-03[bundler/bundler] Remove now unused methodDavid Rodríguez
2019-08-03[bundler/bundler] Remove now meaningless settingDavid Rodríguez
2019-08-03[bundler/bundler] Remove now meaningless warningDavid Rodríguez
2019-08-03[bundler/bundler] Add all platforms to lockfile by defaultDavid Rodríguez
2019-08-03[bundler/bundler] Extract `expanded_platforms`David Rodríguez
2019-08-03[bundler/bundler] Extract `current_platforms`David Rodríguez
2019-08-03[bundler/bundler] [GemHelpers] Remove the special code path for ruby platform...Samuel Giddins
2019-08-03[bundler/bundler] Bump rubocop to 0.72.0David Rodríguez
2019-08-03[bundler/bundler] Don't persist the cache_all_platforms settingDavid Rodríguez
2019-08-03[bundler/bundler] [Package] Ensure uninstallable gems are _never_ installedSamuel Giddins
2019-08-03[bundler/bundler] [Package] Dont always update on --all-platformsSamuel Giddins
2019-08-03[bundler/bundler] [Package] Always resolve remotely for --all-platformsSamuel Giddins
2019-08-03[bundler/bundler] Remove unnecessary `order_matters` paramDavid Rodríguez
2019-08-03[bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez
2019-08-03[bundler/bundler] Not sure how much this buys us, remove itDavid Rodríguez
2019-08-03[bundler/bundler] Inline `expanded_deps`David Rodríguez
2019-08-03[bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez
2019-08-03[bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez
2019-08-03[bundler/bundler] Lock rubocop-performance to 1.4.0David Rodríguez
2019-08-03[bundler/bundler] Bump rubocop to 0.71David Rodríguez
2019-08-03[bundler/bundler] Use real paths for `bundle clean`David Rodríguez
2019-08-03[bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas
2019-08-03[bundler/bundler] Migrate git proxy helpers to use Open3David Rodríguez
2019-08-03[bundler/bundler] Fix `rake release` not prompting for OTP codeDavid Rodríguez
2019-08-03[bundler/bundler] Normalize usages of `Gem::Util` in rubygems integrationDavid Rodríguez