From 03200ab0eeacfdbe6724e17bdd808e51c5f6599f Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 3 Jan 2022 01:17:51 +0000 Subject: [PATCH 01/18] Upgraded from v1.10 -> v1.11 --- HISTORY.md | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index da957d6..de3a472 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # Changelog +## [v1.11](https://github.com/tj-actions/github-changelog-generator/tree/v1.11) (2022-01-03) + +[Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.10...v1.11) + +**Merged pull requests:** + +- Update tj-actions/github-changelog-generator action to v1.10 [\#85](https://github.com/tj-actions/github-changelog-generator/pull/85) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v1.10 [\#84](https://github.com/tj-actions/github-changelog-generator/pull/84) ([jackton1](https://github.com/jackton1)) + ## [v1.10](https://github.com/tj-actions/github-changelog-generator/tree/v1.10) (2022-01-01) [Full Changelog](https://github.com/tj-actions/github-changelog-generator/compare/v1.9...v1.10) diff --git a/README.md b/README.md index 2712aa7..9a1493b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Generate CHANGELOG/HISTORY markdown files for your project steps: - uses: actions/checkout@v2 - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.10 + uses: tj-actions/github-changelog-generator@v1.11 with: output: 'HISTORY.md' ``` From 1125cbf8b8f477d7f6c36b7f7e37324c25e04881 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jan 2022 03:51:14 +0000 Subject: [PATCH 02/18] Update tj-actions/github-changelog-generator action to v1.11 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 02ea383..9e8c280 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -19,7 +19,7 @@ jobs: paths: | README.md - name: Generate CHANGELOG - uses: tj-actions/github-changelog-generator@v1.10 + uses: tj-actions/github-changelog-generator@v1.11 with: output: 'HISTORY.md' - name: Create Pull Request From ed2ab57d6609a0edc5c521f926eeba6c98398e82 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jan 2022 03:51:19 +0000 Subject: [PATCH 03/18] Update tj-actions/remark action to v2 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 76b0a66..22394cd 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run test - uses: tj-actions/remark@v1.7 + uses: tj-actions/remark@v2.1 - name: Verify Changed files uses: tj-actions/verify-changed-files@v8 From f908ebe9bccba88082d13a477a8c89454987e8b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jan 2022 19:42:08 +0000 Subject: [PATCH 04/18] Update tj-actions/remark action to v2.2 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 22394cd..e6d9f54 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run test - uses: tj-actions/remark@v2.1 + uses: tj-actions/remark@v2.2 - name: Verify Changed files uses: tj-actions/verify-changed-files@v8 From 49b22455a78957dfbcb5bec306038ddb9095d964 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jan 2022 22:19:17 +0000 Subject: [PATCH 05/18] Update tj-actions/remark action to v2.3 --- .github/workflows/update-readme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index e6d9f54..d9647b6 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Run test - uses: tj-actions/remark@v2.2 + uses: tj-actions/remark@v2.3 - name: Verify Changed files uses: tj-actions/verify-changed-files@v8 From c8f62e662f7189da63c777b8182c7e85c5f22dd8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Jan 2022 14:04:58 +0000 Subject: [PATCH 06/18] Update docker/build-push-action action to v2.8.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 103b153..ed61241 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.8.0 with: context: . push: true From 4b37e20ba14c5813210b67b86a33252ccdfcb1fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Jan 2022 02:07:52 +0000 Subject: [PATCH 07/18] Update peter-evans/create-pull-request action to v3.12.1 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 9e8c280..7eeb4fa 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -23,7 +23,7 @@ jobs: with: output: 'HISTORY.md' - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.12.0 + uses: peter-evans/create-pull-request@v3.12.1 with: base: "main" title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}" From 98422fabe5102ef08ce13418b67310db77331ed6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 12:48:38 +0000 Subject: [PATCH 08/18] Update docker/build-push-action action to v2.9.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index ed61241..bb3831c 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.8.0 + uses: docker/build-push-action@v2.9.0 with: context: . push: true From f1bef79f161406d1e5ac49bdc987a5cc66d57200 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Feb 2022 08:15:33 +0000 Subject: [PATCH 09/18] Update reviewdog/action-shellcheck action to v1.14 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c16c3dc..85b41d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.4.0 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.13 + uses: reviewdog/action-shellcheck@v1.14 - name: Run github-changelog-generator uses: ./ with: From c7ecbbd19df6bc012e2bb7850f16bcb260eb5f6d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Feb 2022 18:43:17 -0500 Subject: [PATCH 10/18] Updated .github/workflows/greetings.yml --- .github/workflows/greetings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ea737c9..528def7 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/first-interaction@v1.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: 'Thanks for reporting this issue.' - pr-message: 'Thanks for implementing a fix. Could you include a test that covers your changes.' \ No newline at end of file + issue-message: "Thanks for reporting this issue, don't forget to star this project to help us reach a wider audience." + pr-message: "Thanks for implementing a fix. Could you ensure that the test covers your changes." From 4921c5afe5ff6e4a4d6b89b9933a1f123d956301 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 11 Feb 2022 19:00:02 -0500 Subject: [PATCH 11/18] Updated .github/workflows/greetings.yml --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 528def7..b52ba26 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -10,4 +10,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thanks for reporting this issue, don't forget to star this project to help us reach a wider audience." - pr-message: "Thanks for implementing a fix. Could you ensure that the test covers your changes." + pr-message: "Thanks for implementing a fix, could you ensure that the test covers your changes." From eb2f77a5e18e143ec3e38854f2a26a060301f6bd Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Feb 2022 21:24:34 -0500 Subject: [PATCH 12/18] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a1493b..308608b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3efa85ca84e3495a89a081f46df72101)](https://app.codacy.com/gh/tj-actions/github-changelog-generator?utm_source=github.com\&utm_medium=referral\&utm_content=tj-actions/github-changelog-generator\&utm_campaign=Badge_Grade_Settings) -[![CI](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml) [![Update release version.](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml) [![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-tj-actions1.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dtj-actions%2Fgithub-changelog-generator%26badge%3Dtrue)](https://github.com/search?o=desc\&q=tj-actions+github-changelog-generator+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code) +[![CI](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml) +[![Update release version.](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml) +[![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dtj-actions%2Fgithub-changelog-generator%26badge%3Dtrue)](https://github.com/search?o=desc\&q=tj-actions+github-changelog-generator+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code) ## github-changelog-generator From b2baa967a0545a874e2d2dd7f2de2c51f5b88025 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 15 Feb 2022 02:25:01 +0000 Subject: [PATCH 13/18] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 308608b..5eb053e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3efa85ca84e3495a89a081f46df72101)](https://app.codacy.com/gh/tj-actions/github-changelog-generator?utm_source=github.com\&utm_medium=referral\&utm_content=tj-actions/github-changelog-generator\&utm_campaign=Badge_Grade_Settings) -[![CI](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml) -[![Update release version.](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml) +[![CI](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/test.yml) +[![Update release version.](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml/badge.svg)](https://github.com/tj-actions/github-changelog-generator/actions/workflows/sync-release-version.yml) [![Public workflows that use this action.](https://img.shields.io/endpoint?url=https%3A%2F%2Fused-by.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3Dtj-actions%2Fgithub-changelog-generator%26badge%3Dtrue)](https://github.com/search?o=desc\&q=tj-actions+github-changelog-generator+path%3A.github%2Fworkflows+language%3AYAML\&s=\&type=Code) ## github-changelog-generator From a25d78146a792ff470c785dc4650e8d32dc8fe9d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Feb 2022 21:34:32 -0500 Subject: [PATCH 14/18] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 937c5f1..c14b0e8 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,6 +7,6 @@ REPOSITORY=$(cut -d '/' -f 2 <<< "$GITHUB_REPOSITORY") echo "Running github_changelog_generator with the following settings:" echo "Repository: $REPOSITORY" echo "Repository owner: $GITHUB_REPOSITORY_OWNER" -echo "Output: $2" +echo "Output: $INPUT_OUTPUT" -github_changelog_generator -u "$GITHUB_REPOSITORY_OWNER" -p "$REPOSITORY" -t "$1" --base "" --output="$2" +github_changelog_generator -u "$GITHUB_REPOSITORY_OWNER" -p "$REPOSITORY" -t "$INPUT_TOKEN" --base "" --output="$INPUT_OUTPUT" From 5c6df08ea826895d360c90cbf61a1156a4814c4b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Feb 2022 02:54:18 +0000 Subject: [PATCH 15/18] Update tj-actions/sync-release-version action to v11 --- .github/workflows/sync-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 7eeb4fa..e15df3b 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Sync release version. - uses: tj-actions/sync-release-version@v9 + uses: tj-actions/sync-release-version@v11 id: sync-release-version with: pattern: '${{ github.repository }}@' From ebbed313799e5999b5e402c2ea43cdea1595e56d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Feb 2022 13:23:42 +0000 Subject: [PATCH 16/18] Update docker/login-action action to v1.13.0 --- .github/workflows/ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index bb3831c..a98dd47 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Login to GitHub Container Registry - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v1.13.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 474631f2568ad3428aae9b7802cf0791c52948c6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 25 Feb 2022 10:56:51 -0500 Subject: [PATCH 17/18] Added Gemfile.lock --- .gitignore | 92 ++++++++++++++++++++++++++++++++++++++++++++- Dockerfile | 2 +- Gemfile.lock | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 194 insertions(+), 3 deletions(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index a53c681..cfea8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,90 @@ -.idea/ -.envrc +### JetBrains template +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Ruby template +*.gem +*.rbc +/.config +/coverage/ +/InstalledFiles +/pkg/ +/spec/reports/ +/spec/examples.txt +/test/tmp/ +/test/version_tmp/ +/tmp/ + +# Used by dotenv library to load environment variables. +# .env + +# Ignore Byebug command history file. +.byebug_history + +## Specific to RubyMotion: +.dat* +.repl_history +build/ +*.bridgesupport +build-iPhoneOS/ +build-iPhoneSimulator/ + +## Specific to RubyMotion (use of CocoaPods): +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# vendor/Pods/ + +## Documentation cache and generated files: +/.yardoc/ +/_yardoc/ +/doc/ +/rdoc/ + +## Environment normalization: +/.bundle/ +/vendor/bundle +/lib/bundler/man/ + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc + +# Used by RuboCop. Remote config files pulled in from inherit_from directive. +# .rubocop-https?--* + +.idea/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index f4353ee..f816d8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Tonye Jack " RUN apk add bash git -COPY Gemfile Gemfile +COPY Gemfile* ./ RUN apk add --no-cache \ --virtual .gem-installdeps \ diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..6632735 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,103 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (6.1.4.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) + async (1.30.1) + console (~> 1.10) + nio4r (~> 2.3) + timers (~> 4.1) + async-http (0.56.5) + async (>= 1.25) + async-io (>= 1.28) + async-pool (>= 0.2) + protocol-http (~> 0.22.0) + protocol-http1 (~> 0.14.0) + protocol-http2 (~> 0.14.0) + async-http-faraday (0.11.0) + async-http (~> 0.42) + faraday + async-io (1.32.2) + async + async-pool (0.3.9) + async (>= 1.25) + concurrent-ruby (1.1.9) + console (1.14.0) + fiber-local + faraday (1.10.0) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-http-cache (2.2.0) + faraday (>= 0.8) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.3) + multipart-post (>= 1.2, < 3) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + fiber-local (1.0.0) + github_changelog_generator (1.16.4) + activesupport + async (>= 1.25.0) + async-http-faraday + faraday-http-cache + multi_json + octokit (~> 4.6) + rainbow (>= 2.2.1) + rake (>= 10.0) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.15.0) + multi_json (1.15.0) + multipart-post (2.1.1) + nio4r (2.5.8) + octokit (4.22.0) + faraday (>= 0.9) + sawyer (~> 0.8.0, >= 0.5.3) + protocol-hpack (1.4.2) + protocol-http (0.22.5) + protocol-http1 (0.14.2) + protocol-http (~> 0.22) + protocol-http2 (0.14.2) + protocol-hpack (~> 1.4) + protocol-http (~> 0.18) + public_suffix (4.0.6) + rainbow (3.1.1) + rake (13.0.6) + ruby2_keywords (0.0.5) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) + timers (4.3.3) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.5.4) + +PLATFORMS + ruby + +DEPENDENCIES + github_changelog_generator (= 1.16.4)! + +BUNDLED WITH + 1.17.2 From 11ac44ad5c64feb86d28e285878d80eeb72662a9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 25 Feb 2022 15:07:29 -0500 Subject: [PATCH 18/18] Updated Gemfile.lock --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6632735..5c437be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,6 @@ +GEM + specs: + GEM remote: https://rubygems.org/ specs: @@ -94,10 +97,10 @@ GEM zeitwerk (2.5.4) PLATFORMS - ruby + universal-darwin-21 DEPENDENCIES github_changelog_generator (= 1.16.4)! BUNDLED WITH - 1.17.2 + 2.3.8