aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA2019-08-031-1/+1
|
* Fixed the broken example with ruby core structure.Hiroshi SHIBATA2019-08-031-1/+2
|
* [bundler/bundler] Bump rubocop to 0.74.0David Rodríguez2019-08-034-4/+4
| | | | | | | And reenable exclusion because the bug why we added them has been fixed. See https://github.com/rubocop-hq/rubocop/issues/6861. https://github.com/bundler/bundler/commit/bda63fcffc
* [bundler/bundler] net-http-persistent 3.1.0 has been releasedDavid Rodríguez2019-08-033-9/+31
| | | | https://github.com/bundler/bundler/commit/ffb7d6fa53
* [bundler/bundler] Adapt to the way my automatiek patch worksDavid Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/b8ee4aec0b
* [bundler/bundler] Bump automatiek to 0.2.0David Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/cd1abf8b3f
* [bundler/bundler] Bump net-http-persistent to 3.0.1David Rodríguez2019-08-0313-442/+813
| | | | | | | | | | | | | * Adds an extra artifice task to vendorize new `connection_pool` dependency. * Cherry-pick's needed Windows fix not yet merged into master branch of `net-http-persistent`. * Update bundler usages to be compatible with the new version, and fix unit specs. https://github.com/bundler/bundler/commit/0575baa6bb
* [bundler/bundler] Always set `cache_all` via config during testsDavid Rodríguez2019-08-037-31/+60
| | | | | | | So that the behavior is the same regardless of the tested bundler version. https://github.com/bundler/bundler/commit/664549427a
* [bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez2019-08-039-20/+20
| | | | https://github.com/bundler/bundler/commit/4c6a3c3cf7
* [bundler/bundler] Check for straneous quotesDavid Rodríguez2019-08-032-1/+26
| | | | | | And use single quotes consistenly. https://github.com/bundler/bundler/commit/8b9fbbb2df
* [bundler/bundler] [CurrentRuby] Say we are ruby? when the generic local ↵Samuel Giddins2019-08-032-0/+21
| | | | | | | | | platform is Gem::Platform::RUBY This allows us to always say we're ruby? when force_ruby_platform is set, and fixes using gemspec & force_ruby_platform on windows. https://github.com/bundler/bundler/commit/3cb89b7e5c
* [bundler/bundler] Fully remove compatibility guardDavid Rodríguez2019-08-038-43/+2
| | | | https://github.com/bundler/bundler/commit/2a7a5daba0
* [bundler/bundler] Remove development dependencies from gemspecDavid Rodríguez2019-08-032-9/+35
| | | | | | And refactor development setup. https://github.com/bundler/bundler/commit/f288806d02
* [bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7David Rodríguez2019-08-036-33/+16
| | | | https://github.com/bundler/bundler/commit/d6c9196d18
* [bundler/bundler] Fix typo in binstubs documentationScott Tesler2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/88dbfa18b4
* [bundler/bundler] Fix `git` options examplesDavid Rodríguez2019-08-031-3/+3
| | | | https://github.com/bundler/bundler/commit/bda0fa02c4
* [bundler/bundler] Fix incorrect sectioning in `gemfile` man pageDavid Rodríguez2019-08-031-2/+1
| | | | https://github.com/bundler/bundler/commit/428f53bef0
* [bundler/bundler] Removed the environmental variables that are BUNDLE_USER_*.Hiroshi SHIBATA2019-08-031-0/+1
| | | | | | It's affect with rspec examples and broke them. https://github.com/bundler/bundler/commit/355a922073
* [bundler/bundler] Add exclamation mark to methodDavid Rodríguez2019-08-031-2/+2
| | | | | | | | | To indicate that it can raise. Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> https://github.com/bundler/bundler/commit/584e841624
* [bundler/bundler] Move `strict` to an attributeDavid Rodríguez2019-08-031-8/+8
| | | | | | | Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> https://github.com/bundler/bundler/commit/7b68d86bdd
* [bundler/bundler] Extract some methodsDavid Rodríguez2019-08-031-19/+31
| | | | | | | Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> https://github.com/bundler/bundler/commit/027aba0cff
* [bundler/bundler] Unfold message to single line for readabilityDavid Rodríguez2019-08-031-2/+1
| | | | https://github.com/bundler/bundler/commit/d845a213ca
* [bundler/bundler] Extract a `print_gems` methodGuillermo Guerrero2019-08-031-16/+13
| | | | https://github.com/bundler/bundler/commit/0d8c8d207e
* [bundler/bundler] Less complexityGuillermo Guerrero2019-08-031-15/+8
| | | | https://github.com/bundler/bundler/commit/be9d6e7cfc
* [bundler/bundler] Move more locals to attributesDavid Rodríguez2019-08-031-10/+11
| | | | | | | Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> https://github.com/bundler/bundler/commit/4335df3e4c
* [bundler/bundler] Move `any?` logic to the attributeDavid Rodríguez2019-08-031-5/+3
| | | | | | | | | | It's the only usage of the `options_include_groups` attribute and its name suggests a boolean, so it fits better now. Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> https://github.com/bundler/bundler/commit/53c0fae760
* [bundler/bundler] Move `options_include_groups` to an attributeDavid Rodríguez2019-08-031-5/+5
| | | | | | | Co-authored-by: Guillermo Guerrero <wolf.fox1985@gmail.com> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net> https://github.com/bundler/bundler/commit/832fb900f0
* [bundler/bundler] Move duplicated code to `before` blocksGuillermo Guerrero2019-08-031-24/+6
| | | | https://github.com/bundler/bundler/commit/69bee117fb
* [bundler/bundler] Remove now unused logicDavid Rodríguez2019-08-031-1/+0
| | | | https://github.com/bundler/bundler/commit/5b285685a4
* [bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez2019-08-032-2/+2
| | | | | | | These specs are only run on bundler 2, so the compatibility method is not needed. https://github.com/bundler/bundler/commit/6cb28e3aeb
* [bundler/bundler] Prefer feature flag to harcoded checkDavid Rodríguez2019-08-031-1/+1
| | | | https://github.com/bundler/bundler/commit/8c83921d08
* [bundler/bundler] Restore `cache_all` flag removalDavid Rodríguez2019-08-031-3/+4
| | | | https://github.com/bundler/bundler/commit/04a04719f0
* [bundler/bundler] Better info about spec exclusionsDavid Rodríguez2019-08-031-0/+8
| | | | https://github.com/bundler/bundler/commit/1ee77d9c55
* [bundler/bundler] Skip specs using `Process.fork` on WindowsDavid Rodríguez2019-08-031-0/+6
| | | | https://github.com/bundler/bundler/commit/ebcb25a3c3
* [bundler/bundler] Try make some specs platform independentDavid Rodríguez2019-08-036-0/+17
| | | | https://github.com/bundler/bundler/commit/b5900e57a4
* [bundler/bundler] Check for generic lockfilesDavid Rodríguez2019-08-033-5/+3
| | | | https://github.com/bundler/bundler/commit/344a881592
* [bundler/bundler] Add workaround from old rubygemsDavid Rodríguez2019-08-031-1/+9
| | | | | | | In these versions, the `approximate_recommendation` method doesn't include the prerelease logic. https://github.com/bundler/bundler/commit/caf13e9e4f
* [bundler/bundler] Update error messages to be more preciseDavid Rodríguez2019-08-032-14/+14
| | | | https://github.com/bundler/bundler/commit/9ddeeb1fe1
* [bundler/bundler] Remove unnecessary method parameterDavid Rodríguez2019-08-031-2/+2
| | | | https://github.com/bundler/bundler/commit/72194d1aac
* [bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez2019-08-032-10/+21
| | | | https://github.com/bundler/bundler/commit/50ccdb32c2
* [bundler/bundler] Remove redundant begin-end blockDavid Rodríguez2019-08-031-2/+1
| | | | https://github.com/bundler/bundler/commit/1d017c3f36
* [bundler/bundler] Don't need 1.8 compatibilityDavid Rodríguez2019-08-031-2/+1
| | | | https://github.com/bundler/bundler/commit/7ca4d4e83c
* [bundler/bundler] Indentation fixesDavid Rodríguez2019-08-031-14/+14
| | | | https://github.com/bundler/bundler/commit/2a44090cb6
* [bundler/bundler] Add a comment to explain the initial resetDavid Rodríguez2019-08-031-0/+1
| | | | https://github.com/bundler/bundler/commit/6d0a8f4128
* [bundler/bundler] Move environment reset to the only test needing itDavid Rodríguez2019-08-032-2/+4
| | | | https://github.com/bundler/bundler/commit/6d3b809695
* [bundler/bundler] Remove uneeded bundler keyDavid Rodríguez2019-08-031-1/+0
| | | | | | | | | It sounds like this was mistankenly added in 4337a499d0108fc3748084934aaed7591b355a26. Then the forgotten MANPATH key was added in bf5bf106230772934602768bb31a68dc925691f0, but this one should've been removed I think. https://github.com/bundler/bundler/commit/a82ad111e5
* [bundler/bundler] Improve test to make it more independent from envDavid Rodríguez2019-08-031-2/+3
| | | | https://github.com/bundler/bundler/commit/038f0d7c37
* [bundler/bundler] Remove unnecessary assignmentsDavid Rodríguez2019-08-031-2/+2
| | | | https://github.com/bundler/bundler/commit/3e5d4b2c42
* [bundler/bundler] spec/bundler/shared_helpers_spec.rb - fixup after 7248MSP-Greg2019-08-031-1/+1
| | | | | | | | PR 7248 incorrectly changed a path calculation. This reverts. After running Azure Pipelines CI in my ruby/ruby fork and checking the 'bundler' jobs, the error was apparent... https://github.com/bundler/bundler/commit/811755b413
* [bundler/bundler] fix nested bundle exec's when bundler is a default gemMSP-Greg2019-08-032-4/+12
| | | | https://github.com/bundler/bundler/commit/537c0ab712