Skip to content

Commit

Permalink
Bump jekyll-theme-chirpy from 7.0.1 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [jekyll-theme-chirpy](https://github.com/cotes2020/jekyll-theme-chirpy) from 7.0.1 to 7.2.0.
- [Release notes](https://github.com/cotes2020/jekyll-theme-chirpy/releases)
- [Changelog](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CHANGELOG.md)
- [Commits](cotes2020/jekyll-theme-chirpy@v7.0.1...v7.2.0)

---
updated-dependencies:
- dependency-name: jekyll-theme-chirpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent c7d3dd4 commit 2f921bd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

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

group :test do
gem "html-proofer", "~> 5.0"
Expand Down
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
async (2.11.0)
console (~> 1.25, >= 1.25.2)
Expand All @@ -12,7 +12,7 @@ GEM
timers (~> 4.1)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
console (1.25.2)
fiber-annotation
fiber-local (~> 1.1)
Expand All @@ -23,16 +23,17 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
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.0-arm64-darwin)
google-protobuf (4.29.0-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.0-x86_64-linux)
google-protobuf (4.29.0-x86_64-linux)
bigdecimal
rake (>= 13)
hashery (2.1.2)
Expand All @@ -46,10 +47,10 @@ GEM
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-event (1.5.1)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand Down Expand Up @@ -78,7 +79,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.2.0)
jekyll (~> 4.3)
jekyll-archives (~> 2.2)
jekyll-include-cache (~> 0.2)
Expand All @@ -89,8 +90,8 @@ GEM
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
Expand All @@ -110,31 +111,30 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.5)
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.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rexml (3.3.9)
rouge (4.5.1)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass-embedded (1.77.2)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
strscan (3.1.0)
sass-embedded (1.81.0-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
timers (4.3.5)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
unicode-display_width (2.6.0)
webrick (1.9.1)
yell (2.2.2)
zeitwerk (2.6.15)

Expand All @@ -144,7 +144,7 @@ PLATFORMS

DEPENDENCIES
html-proofer (~> 5.0)
jekyll-theme-chirpy (~> 7.0, >= 7.0.1)
jekyll-theme-chirpy (~> 7.2)

BUNDLED WITH
2.3.26

0 comments on commit 2f921bd

Please sign in to comment.