aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7David Rodríguez2019-08-036-33/+16
* [bundler/bundler] Fix typo in binstubs documentationScott Tesler2019-08-031-1/+1
* [bundler/bundler] Fix `git` options examplesDavid Rodríguez2019-08-031-3/+3
* [bundler/bundler] Fix incorrect sectioning in `gemfile` man pageDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Removed the environmental variables that are BUNDLE_USER_*.Hiroshi SHIBATA2019-08-031-0/+1
* [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] Move duplicated code to `before` blocksGuillermo Guerrero2019-08-031-24/+6
* [bundler/bundler] Remove now unused logicDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez2019-08-032-2/+2
* [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] Better info about spec exclusionsDavid Rodríguez2019-08-031-0/+8
* [bundler/bundler] Skip specs using `Process.fork` on WindowsDavid Rodríguez2019-08-031-0/+6
* [bundler/bundler] Try make some specs platform independentDavid Rodríguez2019-08-036-0/+17
* [bundler/bundler] Check for generic lockfilesDavid Rodríguez2019-08-033-5/+3
* [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-032-14/+14
* [bundler/bundler] Remove unnecessary method parameterDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez2019-08-032-10/+21
* [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] Indentation fixesDavid Rodríguez2019-08-031-14/+14
* [bundler/bundler] Add a comment to explain the initial resetDavid Rodríguez2019-08-031-0/+1
* [bundler/bundler] Move environment reset to the only test needing itDavid Rodríguez2019-08-032-2/+4
* [bundler/bundler] Remove uneeded bundler keyDavid Rodríguez2019-08-031-1/+0
* [bundler/bundler] Improve test to make it more independent from envDavid Rodríguez2019-08-031-2/+3
* [bundler/bundler] Remove unnecessary assignmentsDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] spec/bundler/shared_helpers_spec.rb - fixup after 7248MSP-Greg2019-08-031-1/+1
* [bundler/bundler] fix nested bundle exec's when bundler is a default gemMSP-Greg2019-08-032-4/+12
* [bundler/bundler] build_metadata.rb - fix 'warning: instance variable @git_co...MSP-Greg2019-08-031-1/+1
* [bundler/bundler] dsl_spec.rb - fix for Ruby coreMSP-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-036-16/+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-035-26/+8
* [bundler/bundler] Correct a rubygems test filterDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Remove unnecessary test filterDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Change the refresh spec to not use `stubs_for`David Rodríguez2019-08-031-3/+3
* [bundler/bundler] No need to make `Gem.refresh` a noopDavid Rodríguez2019-08-032-9/+1
* [bundler/bundler] Remove unnecessary lineDavid Rodríguez2019-08-031-1/+0