Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 frohttps://github.com//pull/3/commits/39900b96c…
Browse files Browse the repository at this point in the history
…5557b8682d51d6201672e4932faeca7m abuturabofficial/7.1.0

Upgrade theme to 7.1.0
  • Loading branch information
abuturabofficial authored Sep 6, 2024
2 parents fd857c2 + 39900b9 commit 28c484c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- master
- 7.1.0
paths-ignore:
- .gitignore
- README.md
Expand Down
11 changes: 8 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

source "https://rubygems.org"

gem "jekyll-theme-chirpy", "~> 7.0", ">= 7.0.1"
gem "jekyll-theme-chirpy", "~> 7.1"

group :test do
gem "html-proofer", "~> 5.0"
gem "html-proofer", "~> 5.0", group: :test

platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", ">= 1", "< 3"
gem "tzinfo-data"
end

gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
io-event (~> 1.6, >= 1.6.5)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
console (1.25.2)
fiber-annotation
fiber-local (~> 1.1)
Expand All @@ -28,7 +28,7 @@ GEM
fiber-storage
fiber-storage (0.1.2)
forwardable-extended (2.6.0)
google-protobuf (4.27.2-x86_64-linux)
google-protobuf (4.28.0-x86_64-linux)
bigdecimal
rake (>= 13)
hashery (2.1.2)
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-theme-chirpy (7.0.1)
jekyll-theme-chirpy (7.1.0)
jekyll (~> 4.3)
jekyll-archives (~> 2.2)
jekyll-include-cache (~> 0.2)
Expand Down Expand Up @@ -104,21 +104,19 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (6.0.0)
public_suffix (6.0.1)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.1)
strscan
rexml (3.3.7)
rouge (4.3.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
sass-embedded (1.78.0-x86_64-linux-gnu)
google-protobuf (~> 4.27)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
ttfunk (1.8.0)
Expand All @@ -135,7 +133,10 @@ PLATFORMS

DEPENDENCIES
html-proofer (~> 5.0)
jekyll-theme-chirpy (~> 7.0, >= 7.0.1)
jekyll-theme-chirpy (~> 7.1)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)

BUNDLED WITH
2.4.22

0 comments on commit 28c484c

Please sign in to comment.