From 76a4e8315e21d57fa3e8fd2e439612a48f85c299 Mon Sep 17 00:00:00 2001 From: minseok-kang727 Date: Thu, 13 Jun 2024 15:29:32 +0900 Subject: [PATCH] bundle cache test --- .github/workflows/pages-deploy.yml | 2 +- Gemfile.lock | 70 ++++++++++++------------------ 2 files changed, 28 insertions(+), 44 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 98f5855fea..a583b31f99 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -23,7 +23,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 - bundler-cache: true + bundler-cache: false - name: Deploy run: bash tools/deploy.sh \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 8f4f8d0af7..216d5b7bef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,22 @@ +PATH + remote: . + specs: + jekyll-theme-chirpy (5.1.0) + jekyll (~> 4.1) + jekyll-archives (~> 2.2) + jekyll-paginate (~> 1.1) + jekyll-redirect-from (~> 0.16) + jekyll-seo-tag (~> 2.7) + jekyll-sitemap (~> 1.4) + GEM remote: https://rubygems.org/ specs: - Ascii85 (1.1.1) addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - afm (0.2.2) - async (2.12.0) - console (~> 1.25, >= 1.25.2) - fiber-annotation - io-event (~> 1.6) bigdecimal (3.1.8) colorator (1.1.0) concurrent-ruby (1.3.3) - console (1.25.2) - fiber-annotation - fiber-local (~> 1.1) - json em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -23,28 +24,21 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) ffi (1.17.0) - fiber-annotation (0.2.0) - fiber-local (1.1.0) - fiber-storage - fiber-storage (0.1.1) forwardable-extended (2.6.0) google-protobuf (4.27.1) bigdecimal rake (>= 13) - hashery (2.1.2) - html-proofer (5.0.9) + html-proofer (3.19.4) addressable (~> 2.3) - async (~> 2.1) + mercenary (~> 0.3) nokogiri (~> 1.13) - pdf-reader (~> 2.11) + parallel (~> 1.10) rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) - zeitwerk (~> 2.5) http_parser.rb (0.8.0) i18n (1.14.5) concurrent-ruby (~> 1.0) - io-event (1.6.3) jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) @@ -63,8 +57,6 @@ GEM webrick (~> 1.7) jekyll-archives (2.2.1) jekyll (>= 3.6, < 5.0) - jekyll-include-cache (0.2.1) - jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) @@ -74,17 +66,8 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) - jekyll-theme-chirpy (7.0.1) - jekyll (~> 4.3) - jekyll-archives (~> 2.2) - jekyll-include-cache (~> 0.2) - jekyll-paginate (~> 1.1) - jekyll-redirect-from (~> 0.16) - jekyll-seo-tag (~> 2.8) - jekyll-sitemap (~> 1.4) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.7.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -98,14 +81,9 @@ GEM nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) + parallel (1.25.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - pdf-reader (2.12.0) - Ascii85 (~> 1.0) - afm (~> 0.2.1) - hashery (~> 2.0) - ruby-rc4 - ttfunk public_suffix (5.0.5) racc (1.8.0) rainbow (3.1.1) @@ -116,7 +94,6 @@ GEM rexml (3.3.0) strscan rouge (4.2.1) - ruby-rc4 (0.1.5) safe_yaml (1.0.5) sass-embedded (1.77.5) google-protobuf (>= 3.25, < 5.0) @@ -124,22 +101,29 @@ GEM strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - ttfunk (1.8.0) - bigdecimal (~> 3.1) + thread_safe (0.3.6) typhoeus (1.4.1) ethon (>= 0.9.0) + tzinfo (1.2.11) + thread_safe (~> 0.1) + tzinfo-data (1.2024.1) + tzinfo (>= 1.0.0) unicode-display_width (2.5.0) + wdm (0.1.1) webrick (1.8.1) yell (2.2.2) - zeitwerk (2.6.15) PLATFORMS ruby DEPENDENCIES - html-proofer (~> 5.0) + html-proofer (~> 3.18) jekyll-sitemap - jekyll-theme-chirpy (~> 7.0, >= 7.0.1) + jekyll-theme-chirpy! + tzinfo (~> 1.2) + tzinfo-data + wdm (~> 0.1.1) + webrick (~> 1.7) BUNDLED WITH 2.3.27