summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2019-08-03Suppress warnings against locations in evalNobuyoshi Nakada
2019-08-03[bundler/bundler] The keys for RbConfig::CONFIG was String.Hiroshi SHIBATA
https://github.com/bundler/bundler/commit/ffc5e76335
2019-08-03Explicitly ignored GEMRC environmental variable.Hiroshi SHIBATA
2019-08-03Fixed up 365ee22d73ec73c119a842de271504e04bed6f45Hiroshi SHIBATA
2019-08-03Fixed the broken example with ruby core structure.Hiroshi SHIBATA
2019-08-03[bundler/bundler] Bump rubocop to 0.74.0David Rodríguez
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
2019-08-03[bundler/bundler] Bump automatiek to 0.2.0David Rodríguez
https://github.com/bundler/bundler/commit/cd1abf8b3f
2019-08-03[bundler/bundler] Bump net-http-persistent to 3.0.1David Rodríguez
* 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
2019-08-03[bundler/bundler] Always set `cache_all` via config during testsDavid Rodríguez
So that the behavior is the same regardless of the tested bundler version. https://github.com/bundler/bundler/commit/664549427a
2019-08-03[bundler/bundler] Enable `Style/UnneededInterpolation` copDavid Rodríguez
https://github.com/bundler/bundler/commit/4c6a3c3cf7
2019-08-03[bundler/bundler] Check for straneous quotesDavid Rodríguez
And use single quotes consistenly. https://github.com/bundler/bundler/commit/8b9fbbb2df
2019-08-03[bundler/bundler] [CurrentRuby] Say we are ruby? when the generic local ↵Samuel Giddins
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
2019-08-03[bundler/bundler] Fully remove compatibility guardDavid Rodríguez
https://github.com/bundler/bundler/commit/2a7a5daba0
2019-08-03[bundler/bundler] Remove development dependencies from gemspecDavid Rodríguez
And refactor development setup. https://github.com/bundler/bundler/commit/f288806d02
2019-08-03[bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7David Rodríguez
https://github.com/bundler/bundler/commit/d6c9196d18
2019-08-03[bundler/bundler] Removed the environmental variables that are BUNDLE_USER_*.Hiroshi SHIBATA
It's affect with rspec examples and broke them. https://github.com/bundler/bundler/commit/355a922073
2019-08-03[bundler/bundler] Move duplicated code to `before` blocksGuillermo Guerrero
https://github.com/bundler/bundler/commit/69bee117fb
2019-08-03[bundler/bundler] Remove now unused logicDavid Rodríguez
https://github.com/bundler/bundler/commit/5b285685a4
2019-08-03[bundler/bundler] Remove unnecessary indirectionsDavid Rodríguez
These specs are only run on bundler 2, so the compatibility method is not needed. https://github.com/bundler/bundler/commit/6cb28e3aeb
2019-08-03[bundler/bundler] Better info about spec exclusionsDavid Rodríguez
https://github.com/bundler/bundler/commit/1ee77d9c55
2019-08-03[bundler/bundler] Skip specs using `Process.fork` on WindowsDavid Rodríguez
https://github.com/bundler/bundler/commit/ebcb25a3c3
2019-08-03[bundler/bundler] Try make some specs platform independentDavid Rodríguez
https://github.com/bundler/bundler/commit/b5900e57a4
2019-08-03[bundler/bundler] Check for generic lockfilesDavid Rodríguez
https://github.com/bundler/bundler/commit/344a881592
2019-08-03[bundler/bundler] Update error messages to be more preciseDavid Rodríguez
https://github.com/bundler/bundler/commit/9ddeeb1fe1
2019-08-03[bundler/bundler] Use a consistent requirement in binstubDavid Rodríguez
https://github.com/bundler/bundler/commit/50ccdb32c2
2019-08-03[bundler/bundler] Indentation fixesDavid Rodríguez
https://github.com/bundler/bundler/commit/2a44090cb6
2019-08-03[bundler/bundler] Add a comment to explain the initial resetDavid Rodríguez
https://github.com/bundler/bundler/commit/6d0a8f4128
2019-08-03[bundler/bundler] Move environment reset to the only test needing itDavid Rodríguez
https://github.com/bundler/bundler/commit/6d3b809695
2019-08-03[bundler/bundler] Improve test to make it more independent from envDavid Rodríguez
https://github.com/bundler/bundler/commit/038f0d7c37
2019-08-03[bundler/bundler] Remove unnecessary assignmentsDavid Rodríguez
https://github.com/bundler/bundler/commit/3e5d4b2c42
2019-08-03[bundler/bundler] spec/bundler/shared_helpers_spec.rb - fixup after 7248MSP-Greg
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
2019-08-03[bundler/bundler] fix nested bundle exec's when bundler is a default gemMSP-Greg
https://github.com/bundler/bundler/commit/537c0ab712
2019-08-03[bundler/bundler] dsl_spec.rb - fix for Ruby coreMSP-Greg
https://github.com/bundler/bundler/commit/33892e1ed2
2019-08-03[bundler/bundler] Remove `cache_command_is_package` feature flagDavid Rodríguez
So that we handle the removal of `bundle cache` just like we'll handle the removal of `bundle show` and `bundle console`. https://github.com/bundler/bundler/commit/ff1a669efb
2019-08-03[bundler/bundler] Drop rubygems 2.5.0 and 2.5.1 supportDavid Rodríguez
https://github.com/bundler/bundler/commit/8ecd722b9f
2019-08-03[bundler/bundler] Correct a rubygems test filterDavid Rodríguez
It seems to pass under rubygems 2.5.2. https://github.com/bundler/bundler/commit/062cd2be7c
2019-08-03[bundler/bundler] Remove unnecessary test filterDavid Rodríguez
Since it covers the whole range we support. https://github.com/bundler/bundler/commit/c0b9d4e6c6
2019-08-03[bundler/bundler] Change the refresh spec to not use `stubs_for`David Rodríguez
We plan to incrementally populate this array in rubygems, so that will break the test because the first time `find_by_name("rack")` is called will make the `rack` gem available in the array. We can test the same thing using some other way, which is more appropriate anyways, because `Bundler.rubygems.find_name` is only used inside `bundler` to look for the `bundler` gem itself whereas `Bundler.rubygems.all_specs` is used in more places. https://github.com/bundler/bundler/commit/49c519ef47
2019-08-03[bundler/bundler] No need to make `Gem.refresh` a noopDavid Rodríguez
The rubygems integration sets up a `post_reset` hook that resets the specs back to what bundler knows after `Gem::Specification.reset` is called (which is what `Gem.refresh` calls under the hood). https://github.com/bundler/bundler/commit/3810f9945c
2019-08-03[bundler/bundler] Remove unnecessary lineDavid Rodríguez
It contains a typo, so it can't be needed. https://github.com/bundler/bundler/commit/ef38c97fbf
2019-08-03[bundler/bundler] Tweak some quality specs to check more filesDavid Rodríguez
https://github.com/bundler/bundler/commit/98023e25de
2019-08-03[bundler/bundler] Refactor setting the encoding in quality specsDavid Rodríguez
Instead of setting the encoding globally, set it when reading the files. https://github.com/bundler/bundler/commit/e2a5c45e4d
2019-08-03[bundler/bundler] This seems to pass for meDavid Rodríguez
https://github.com/bundler/bundler/commit/e31880b1ea
2019-08-03[bundler/bundler] Remove now meaningless warningDavid Rodríguez
https://github.com/bundler/bundler/commit/00b095b98f
2019-08-03[bundler/bundler] Add all platforms to lockfile by defaultDavid Rodríguez
https://github.com/bundler/bundler/commit/3dc509e645
2019-08-03[bundler/bundler] Refactor some specsDavid Rodríguez
https://github.com/bundler/bundler/commit/785c7af1f3
2019-08-03[bundler/bundler] Make some specs more explicitDavid Rodríguez
https://github.com/bundler/bundler/commit/5e08e849ec
2019-08-03[bundler/bundler] Remove unnecessary begin-end blockDavid Rodríguez
And freeze the resulting hash to appease rubocop. https://github.com/bundler/bundler/commit/f38ebff92f
2019-08-03[bundler/bundler] Fix typosDavid Rodríguez
https://github.com/bundler/bundler/commit/1bd9660780
2019-08-03[bundler/bundler] Reuse `lockfile` spec helperDavid Rodríguez
https://github.com/bundler/bundler/commit/e6a03f1102