Skip to content

Commit

Permalink
Remove gem "github-pages" from Gemfile and update jekyll-theme-chirpy…
Browse files Browse the repository at this point in the history
… to version 6.3.1 in Gemfile.lock
  • Loading branch information
broCapang committed Jan 3, 2024
1 parent 4e21b5a commit 1782542
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

source "https://rubygems.org"
gem "github-pages"

gemspec

Expand Down
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
PATH
remote: .
specs:
jekyll-theme-chirpy (6.3.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)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -57,14 +69,6 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-theme-chirpy (6.3.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)
kramdown (2.4.0)
Expand Down Expand Up @@ -92,9 +96,9 @@ GEM
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.69.6-x64-mingw-ucrt)
sass-embedded (1.69.7-x64-mingw-ucrt)
google-protobuf (~> 3.25)
sass-embedded (1.69.6-x86_64-linux-gnu)
sass-embedded (1.69.7-x86_64-linux-gnu)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -117,7 +121,7 @@ PLATFORMS
DEPENDENCIES
html-proofer (~> 4.4)
http_parser.rb (~> 0.6.0)
jekyll-theme-chirpy (~> 6.3, >= 6.3.1)
jekyll-theme-chirpy!
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
Expand Down

0 comments on commit 1782542

Please sign in to comment.