Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare stable branch to rubygems 3.2.0 & bundler 2.2.0 #4104

Merged
merged 80 commits into from Dec 10, 2020

Commits on Dec 7, 2020

  1. Merge pull request #3786 from rubygems/fix_daily_notifications

    Fix daily notifications
    
    (cherry picked from commit c50b1b4)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    c871fba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3798 from rubygems/workflow_naming_convention

    Rename workflows for consistency and easier auto-labelling
    
    (cherry picked from commit 1734f75)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    b882029 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3808 from rubygems/remove_style_changes_from_chan…

    …gelog
    
    Remove "style changes" section from `History.txt`
    
    (cherry picked from commit 5389e56)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    cdc3c31 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3813 from rubygems/fix_daily_workflow_false_posit…

    …ives
    
    Use workflow file name for checking status
    
    (cherry picked from commit 7cd7e88)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    b4acd69 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3776 from rubygems/optimize_ci

    Optimize CI
    
    (cherry picked from commit 3ac2758)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    5e81bcd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3865 from rubygems/allow-no-etag

    Accept responses with no etag header
    
    (cherry picked from commit 14e11e0)
    duckinator authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    4a0fec4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3817 from eregon/improve-platform-check

    Pass more information when comparing platforms
    
    (cherry picked from commit 8977719)
    indirect authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    3456a9e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3825 from rubygems/trailing_comma

    Enable using trailing commas in rubygems
    
    (cherry picked from commit 4a76ff8)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    7941304 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3891 from eregon/truffleruby-20.2.0

    Test TruffleRuby 20.2.0 in CI
    
    (cherry picked from commit e1f04ca)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    e550b80 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3910 from MSP-Greg/stop-daily

    Actions daily workflows - only run in rubygems account
    
    (cherry picked from commit 1de54e8)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    5694eb1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3919 from MSP-Greg/fix-daily-monthly

    Actions - fix if clause in daily/monthly workflows
    
    (cherry picked from commit b14b2a7)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    28b901e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3913 from rubygems/fix_daily_bundler_workflow

    Add `set` as a non supported default gem
    
    (cherry picked from commit 74ecd2f)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    48e4a4c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3928 from rubygems/fix_man_check

    Readd man pages index
    
    (cherry picked from commit be3daef)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    4757e2c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3923 from rubygems/stop_updating_man_pages_month

    Fix issues when syncronizing man pages
    
    (cherry picked from commit 16c6b5a)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    d20009f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3938 from rubygems/add_tsort_as_an_unsupported_de…

    …fault_gem
    
    Mark `tsort` as an unsupported default gem
    
    (cherry picked from commit a8b7932)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    a7087b7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3906 from rubygems/fix_install_as_default_with_in…

    …stall_dir
    
    Make `--default` and `--install-dir` options to `gem install` play nice together
    
    (cherry picked from commit 40fc322)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    b4386df View commit details
    Browse the repository at this point in the history
  17. Merge pull request #3850 from rubygems/openssl_one_more

    Try to fix openssl availability issues on jruby
    
    (cherry picked from commit 8fd5dee)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    3febbca View commit details
    Browse the repository at this point in the history
  18. Merge pull request #3952 from rubygems/old_links

    Update the last references to old repositories
    
    (cherry picked from commit 5d2b50b)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    5747321 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #3951 from andy-smith-msm/typo_squatting_triggered…

    …_with_no_typo
    
    Fix `typo_squatting?` false positive for `rubygems.org` itself
    
    (cherry picked from commit 481d806)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    a1d03f5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #3956 from andy-smith-msm/3955_sources_force_yes_no

    Add `--force` option to `gem sources` command
    
    (cherry picked from commit ff86ba4)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    21a4a4d View commit details
    Browse the repository at this point in the history
  21. Merge pull request #3974 from rubygems/fail_fast

    Disable `fail-fast` mode in CI
    
    (cherry picked from commit 5521428)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    6a5a14a View commit details
    Browse the repository at this point in the history
  22. Merge pull request #3968 from rubygems/no_unnecessary_remote_requests

    Don't hit the network when installing dependencyless local gemspec
    
    (cherry picked from commit 4b3e48c)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    4d7829f View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3975 from rubygems/buildroot_windows

    Fix `--build-root` flag under Windows
    
    (cherry picked from commit 9b25442)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    b2bd23d View commit details
    Browse the repository at this point in the history
  24. Merge pull request #3972 from rubygems/buildroot

    Install to correct plugins dir when using `--build-root`
    
    (cherry picked from commit a969c0f)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    69249f2 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #3986 from rubygems/fix_specification_reset_warning

    Fix some warnings during `bin/rake spec:deps`
    
    (cherry picked from commit 21536b3)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    266ecc4 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #3980 from rubygems/no_bundler_gemspec_rewrite

    Remove old workaround for non-git environments
    
    (cherry picked from commit da6a681)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    a9453a5 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #3988 from voxik/fix-file-not-found-gemspec-gemspec

    Append '.gemspec' extension only when it is not present.
    
    (cherry picked from commit 214fefc)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    96b6412 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #3498 from rubygems/thread_safe_extension_building

    Don't change ruby process CWD when building extensions
    
    (cherry picked from commit 8b50ccf)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    1cb68ff View commit details
    Browse the repository at this point in the history
  29. Merge pull request #3999 from rubygems/ruby_2_7_2

    Use ruby 2.7.2 in CI
    
    (cherry picked from commit 7309417)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    a6dd09c View commit details
    Browse the repository at this point in the history
  30. Merge pull request #4006 from rubygems/fix-missing-require

    Fixed the missing require for Changelog class
    
    (cherry picked from commit 0853011)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    6b9465d View commit details
    Browse the repository at this point in the history
  31. Merge pull request #4008 from rubygems/merge_stable_back

    Merge rubygems 3.2.0.rc.2 and remove some stuff that was not actually released
    
    (cherry picked from commit 97fa681)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    90ab1b9 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #3979 from rubygems/refactor_fake_gem_building

    Improve fake gem building
    
    (cherry picked from commit c1bafab)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    830bd55 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #4010 from rubygems/lazily_load_default_gems

    Lazily load `time`, `cgi`, and `zlib`
    
    (cherry picked from commit 0af1449)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    fbdd478 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #4011 from rubygems/lazily_load_erb

    Lazily load `erb`
    
    (cherry picked from commit 5d32586)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    61f05bf View commit details
    Browse the repository at this point in the history
  35. Merge pull request #3991 from rubygems/fileutils_double_load

    Fix fileutils double load when using `bundler/inline`
    
    (cherry picked from commit 6ebda1d)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    0581728 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #3997 from rubygems/better_man

    Move ronn pages to lib
    
    (cherry picked from commit 59fa4e6)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    2e508aa View commit details
    Browse the repository at this point in the history
  37. Merge pull request #4020 from rubygems/bring-back-support-for-path-in…

    …-plugin
    
    Bring back the possibility to install a plugin from path
    
    (cherry picked from commit 62782d3)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    5d5e593 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #4021 from landongrindheim/add-gem-query-alternati…

    …ves-to-deprecation-warning
    
    Suggest alternatives in `gem query` deprecation
    
    (cherry picked from commit 61447f3)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    032734f View commit details
    Browse the repository at this point in the history
  39. Merge pull request #3987 from eregon/fix_warn_stack_overflow2

    Preserve `self` when calling the original Kernel#warn method
    
    (cherry picked from commit fac8d59)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    458d318 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #4022 from rubygems/fix_package_all_specific_platf…

    …orm_issue
    
    Fix `specific_platform` and `cache_all` with `bundle cache --all-platforms`
    
    (cherry picked from commit 1f70226)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    474e030 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #3402 from rubygems/molinillos_master

    Bump vendored molinillo of bundler to 0.7.0
    
    (cherry picked from commit 0012d77)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    d2537b5 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #3388 from rubygems/bump_molinillo

    Bump vendored molinillo of rubygems to 0.7.0
    
    (cherry picked from commit 3e71d3f)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    3888948 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #4023 from landongrindheim/move-description-into-q…

    …uery-command
    
    Omit deprecated commands from command help output
    
    (cherry picked from commit a3427c7)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    98498fd View commit details
    Browse the repository at this point in the history
  44. Merge pull request #4029 from rubygems/pathname_unsupported

    Mark `pathname` as an unsupported default gem
    
    (cherry picked from commit aa991a5)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    d55b6e4 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #4024 from rubygems/remove_bad_new_line

    Remove unintended new line in `gem query` deprecation message
    
    (cherry picked from commit 2e39635)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    65e64aa View commit details
    Browse the repository at this point in the history
  46. Merge pull request #3534 from djmarcin/fix-env-plugins

    Load rubygems plugins from RUBYLIB during `bundle install` and `bundle update`
    
    (cherry picked from commit 5bb5583)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    648adc8 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #4030 from rubygems/no_minimal_deps

    Expose `--no-minimal-deps` flag to install the latest version of dependencies
    
    (cherry picked from commit ad9f9d1)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    a5a69b9 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #4040 from rubygems/fix_ruby_core_intermittent_tes…

    …t_failure
    
    Fix ruby-core intermittent test failure
    
    (cherry picked from commit 26b378c)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    f274241 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #4034 from rubygems/improve_bundle_gem_gemspec_deps

    Add commented out example and more information link to generated gemspec
    
    (cherry picked from commit c92a93b)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    41744f8 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #4041 from r7kamura/feature/readme-empty-lines

    Remove extra empty line from README template
    
    (cherry picked from commit cb1b51f)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    47dfa5a View commit details
    Browse the repository at this point in the history
  51. Merge pull request #4038 from rubygems/fix_drive_letter_windows_incon…

    …sistencies
    
    Make printed drive letters consistent on Windows
    
    (cherry picked from commit 3982b12)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    a54a868 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #4039 from rubygems/fix_incorrect_error_message_on…

    …_windows
    
    Fix incorrect error message on Windows
    
    (cherry picked from commit 7d20043)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    5a19266 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #4043 from rubygems/fix_gem_specification_platform…

    …_flag
    
    Fix `--platform` option to `gem specification` being ignored
    
    (cherry picked from commit 99a9c07)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    2ad0555 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #4042 from rubygems/another_cache_plus_specific_pl…

    …atform_issue
    
    Fix issue with `cache_all_platforms` and `specific_platform` configured
    
    (cherry picked from commit e0f6ce6)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    dddc3a6 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #4036 from rubygems/fileutils_require

    Add missing `fileutils` require in rubygems installer
    
    (cherry picked from commit 48a4fe3)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    0d60472 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #3123 from drcapulet/alexc-source-slash

    Handle unexpected behavior with URI#merge and subpaths missing trailing slashes
    
    (cherry picked from commit 6d7fe84)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    4c6fb22 View commit details
    Browse the repository at this point in the history
  57. Merge pull request #3868 from rubygems/deprecate_server_command

    Deprecate server command
    
    (cherry picked from commit 32f81ab)
    bronzdoc authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    721576a View commit details
    Browse the repository at this point in the history
  58. Merge pull request #4054 from rubygems/lock-parallel-gem

    Lock parallel ~> 1.19.2
    
    (cherry picked from commit fc75358)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    243b185 View commit details
    Browse the repository at this point in the history
  59. Merge pull request #4045 from jlgoedert/improve_bundle_remove_comment…

    …_handling
    
    Prevent remove command from deleting gemfile lines that are comments
    
    (cherry picked from commit 2d0fa4a)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    b5e5896 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #4052 from rubygems/revert_automultiplatform_again

    Revert resolving all Gemfile platforms automatically
    
    (cherry picked from commit a9b3694)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    f6c1aeb View commit details
    Browse the repository at this point in the history
  61. Merge pull request #4019 from rubygems/improve_error_messages

    Improve gem not found in source error messages
    
    (cherry picked from commit 3b2471d)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    250758c View commit details
    Browse the repository at this point in the history
  62. Merge pull request #3983 from rubygems/improve-c-flag

    Improve gem build -C flag
    
    (cherry picked from commit 2ad192e)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    18de251 View commit details
    Browse the repository at this point in the history
  63. Merge pull request #3840 from sonalkr132/gem-signin-scope

    Update endpoint of gem signin command
    
    (cherry picked from commit 291c587)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    35b3bdb View commit details
    Browse the repository at this point in the history
  64. Merge pull request #4015 from rubygems/specific_platform_by_default

    Enable `specific_platform` by default
    
    (cherry picked from commit 824f272)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    030920b View commit details
    Browse the repository at this point in the history
  65. Merge pull request #3886 from SeekingMeaning/all-platform-binstubs

    Add `--all-platforms` flag to `bundle binstubs` to generate binstubs for all platforms
    
    (cherry picked from commit ba09c54)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    abad8d1 View commit details
    Browse the repository at this point in the history
  66. Merge pull request #4061 from rubygems/better_http_errors

    Always show underlying error when fetching specs fails
    
    (cherry picked from commit 1fa4ee3)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    16fbf00 View commit details
    Browse the repository at this point in the history
  67. Merge pull request #4068 from rubygems/windows_ci

    Fix Windows CI
    
    (cherry picked from commit c42c056)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    48afa8f View commit details
    Browse the repository at this point in the history
  68. Merge pull request #4066 from marcandre/new_gem_relative

    New gem template: prefer `require_relative` to `require`
    
    (cherry picked from commit 13bce26)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    9ccd2bc View commit details
    Browse the repository at this point in the history
  69. Merge pull request #4062 from rubygems/zeitwerk

    Fix edge case resulting in a crash when using `zeitwerk` inside a nested `bundle exec` invocation
    
    (cherry picked from commit a9c77de)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    cff1683 View commit details
    Browse the repository at this point in the history
  70. Merge pull request #4063 from rubygems/friendly_errors

    Raise consistent errors with or without `bundle exec`
    
    (cherry picked from commit fbce3ba)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    79c7320 View commit details
    Browse the repository at this point in the history
  71. Merge pull request #4079 from cotes2020/patch-1

    Fix typo of `bundle-install.1` (v2.1)
    
    (cherry picked from commit 51d6620)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    c9cdb92 View commit details
    Browse the repository at this point in the history
  72. Merge pull request #4084 from ayanko/bugfix-plugin-source-api-to-s

    Fix `Bundler::Plugin::API::Source#to_s` having empty source type
    
    (cherry picked from commit f38872c)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    ebe55bd View commit details
    Browse the repository at this point in the history
  73. Merge pull request #4065 from rubygems/rootless_container

    Use better owner & group for files in rubygems package
    
    (cherry picked from commit 70d836d)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    4c03023 View commit details
    Browse the repository at this point in the history
  74. Merge pull request #4100 from sonalkr132/update-certs

    Add GlobalSign Root CA - R3 cert and remove outdated certs
    
    (cherry picked from commit 9bb7da6)
    hsbt authored and deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    22ea6f5 View commit details
    Browse the repository at this point in the history
  75. Merge pull request #4096 from rubygems/delay_deprecation

    Delay deprecation still used by recent bundlers
    
    (cherry picked from commit f769aa9)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    aefb9de View commit details
    Browse the repository at this point in the history
  76. Merge pull request #4075 from eregon/no-kernel-warn-monkey-patch

    Do not override Kernel#warn when there is no need
    
    (cherry picked from commit 058e858)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    ee10fd6 View commit details
    Browse the repository at this point in the history
  77. Merge pull request #4106 from rubygems/fix_test_failure_when_version_…

    …is_exactly_3_2
    
    Fix test failure when version is exactly 3.2
    
    (cherry picked from commit e5c214d)
    deivid-rodriguez committed Dec 7, 2020
    Copy the full SHA
    b02a940 View commit details
    Browse the repository at this point in the history
  78. Copy the full SHA
    d20e200 View commit details
    Browse the repository at this point in the history
  79. Copy the full SHA
    6cacdb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge pull request #4105 from sonalkr132/revert-globalsign

    Add GlobalSignRootCA back
    hsbt committed Dec 8, 2020
    Copy the full SHA
    978ecd3 View commit details
    Browse the repository at this point in the history