From ff2fe4b4c5b3c48f41a9a593fa0a70df63db6099 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 18 Dec 2022 22:46:50 +0900 Subject: [PATCH] Strip trailing spaces [ci skip] --- .github/workflows/test.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2733a22e..327c97661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: include: - { os: windows-latest, ruby: ucrt } - { os: windows-latest, ruby: mswin } - + steps: - name: repo checkout uses: actions/checkout@v3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 078251636..e9e3b5505 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ When reporting a bug, please make sure you include: * Ruby version (`ruby -v`) * `openssl` gem version (`gem list openssl` and `OpenSSL::VERSION`) * OpenSSL library version (`OpenSSL::OPENSSL_VERSION`) -* A sample file that illustrates the problem or link to the repository or +* A sample file that illustrates the problem or link to the repository or gem that is associated with the bug. There are a number of unresolved issues and feature requests for openssl that