summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-08-03[bundler/bundler] Use rubygems utility if availableDavid Rodríguez
2019-08-03[bundler/bundler] Fix file:// handling under WindowsDavid Rodríguez
2019-08-03[bundler/bundler] Normalize file:// handling in specsDavid Rodríguez
2019-08-03[bundler/bundler] Migrate two more requires to be relativeDavid Rodríguez
2019-08-03[bundler/bundler] Migrate thor to use relative requiresDavid Rodríguez
2019-08-03[bundler/bundler] Respect color option when instantiating shellsDavid Rodríguez
2019-08-03[bundler/bundler] Remove unnecessary conditionDavid Rodríguez
2019-08-03[bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA
2019-08-03Use source_location instead of eval(__FILE__,binding) in Binding#irbYusuke Endoh
2019-07-31lib/bundler/shared_helpers.rb: remove require "rubygems"Yusuke Endoh
2019-07-31[rubygems/rubygems] Partly reverted be962ca0c411f3b4bcfebfb6e714c78cbad12775Hiroshi SHIBATA
2019-07-31[rubygems/rubygems] Initialize '@ran_rake' correctly, so we don't have to set...bronzdoc
2019-07-31[rubygems/rubygems] Remove extension 'double pipe equals' assigment since is ...bronzdoc
2019-07-31[rubygems/rubygems] Move 'build_for' to handle extension type before the exte...bronzdoc
2019-07-31[rubygems/rubygems] Do not pass +build_dir+ argument to build_errorbronzdoc