aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
Commit message (Expand)AuthorAgeFilesLines
...
* [bundler/bundler] Remove redundant begin-end blockDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Don't need 1.8 compatibilityDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Remove uneeded bundler keyDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] fix nested bundle exec's when bundler is a default gemMSP-Greg2019-08-031-2/+8
* [bundler/bundler] build_metadata.rb - fix 'warning: instance variable @git_co...MSP-Greg2019-08-031-1/+1
* [bundler/bundler] Alias `cache` to `package` nowDavid Rodríguez2019-08-032-51/+1
* [bundler/bundler] Remove `cache_command_is_package` feature flagDavid Rodríguez2019-08-034-6/+4
* [bundler/bundler] Always keep `bundle package --all` optionDavid Rodríguez2019-08-031-4/+3
* [bundler/bundler] Fix incorrect flag usageDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Remove redundant conditionDavid Rodríguez2019-08-031-4/+2
* [bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez2019-08-034-25/+7
* [bundler/bundler] No need to make `Gem.refresh` a noopDavid Rodríguez2019-08-031-8/+0
* [bundler/bundler] Use `tap` for `current_platforms`David Rodríguez2019-08-031-4/+4
* [bundler/bundler] Remove now unused methodDavid Rodríguez2019-08-031-4/+0
* [bundler/bundler] Remove now meaningless settingDavid Rodríguez2019-08-032-2/+1
* [bundler/bundler] Remove now meaningless warningDavid Rodríguez2019-08-031-11/+1
* [bundler/bundler] Add all platforms to lockfile by defaultDavid Rodríguez2019-08-032-1/+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] Bump rubocop to 0.72.0David Rodríguez2019-08-031-1/+1
* [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-031-1/+1
* [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-031-1/+1
* [bundler/bundler] Remove unnecessary `order_matters` paramDavid Rodríguez2019-08-031-3/+3
* [bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez2019-08-031-7/+11
* [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-032-7/+8
* [bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez2019-08-031-1/+1
* [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] Use real paths for `bundle clean`David Rodríguez2019-08-031-1/+1
* [bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas2019-08-031-0/+1
* [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-031-1/+8
* [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-032-2/+4
* [bundler/bundler] Normalize file:// handling in specsDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Migrate two more requires to be relativeDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Migrate thor to use relative requiresDavid Rodríguez2019-08-0313-34/+34
* [bundler/bundler] Respect color option when instantiating shellsDavid Rodríguez2019-08-031-3/+1
* [bundler/bundler] Remove unnecessary conditionDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA2019-08-031-0/+6
* lib/bundler/shared_helpers.rb: remove require "rubygems"Yusuke Endoh2019-07-311-1/+0
* Revert to change for filelist of bundler gemspec.Hiroshi SHIBATA2019-06-091-3/+3
* Merge bundler master from upstream.Hiroshi SHIBATA2019-06-0983-758/+429
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-1495-840/+1177