aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] Remove Bundler.rubygems.config_map because it was deprecated.Hiroshi SHIBATA2019-08-032-5/+1
* [bundler/bundler] Point to CoC which contains the contributor covenantAdam Wanninger2019-08-031-1/+2
* [bundler/bundler] Bump rubocop to 0.74.0David Rodríguez2019-08-033-3/+3
* [bundler/bundler] net-http-persistent 3.1.0 has been releasedDavid Rodríguez2019-08-033-9/+31
* [bundler/bundler] Adapt to the way my automatiek patch worksDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Bump net-http-persistent to 3.0.1David Rodríguez2019-08-0312-440/+811
* [bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez2019-08-033-3/+3
* [bundler/bundler] Check for straneous quotesDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] [CurrentRuby] Say we are ruby? when the generic local platf...Samuel Giddins2019-08-031-0/+2
* [bundler/bundler] Fully remove compatibility guardDavid Rodríguez2019-08-034-15/+0
* [bundler/bundler] Remove development dependencies from gemspecDavid Rodríguez2019-08-031-7/+0
* [bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7David Rodríguez2019-08-033-15/+8
* [bundler/bundler] Add exclamation mark to methodDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Move `strict` to an attributeDavid Rodríguez2019-08-031-8/+8
* [bundler/bundler] Extract some methodsDavid Rodríguez2019-08-031-19/+31
* [bundler/bundler] Unfold message to single line for readabilityDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Extract a `print_gems` methodGuillermo Guerrero2019-08-031-16/+13
* [bundler/bundler] Less complexityGuillermo Guerrero2019-08-031-15/+8
* [bundler/bundler] Move more locals to attributesDavid Rodríguez2019-08-031-10/+11
* [bundler/bundler] Move `any?` logic to the attributeDavid Rodríguez2019-08-031-5/+3
* [bundler/bundler] Move `options_include_groups` to an attributeDavid Rodríguez2019-08-031-5/+5
* [bundler/bundler] Prefer feature flag to harcoded checkDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Restore `cache_all` flag removalDavid Rodríguez2019-08-031-3/+4
* [bundler/bundler] Add workaround from old rubygemsDavid Rodríguez2019-08-031-1/+9
* [bundler/bundler] Update error messages to be more preciseDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Remove unnecessary method parameterDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez2019-08-031-9/+12
* [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