Skip to content

Commit

Permalink
Bump minimal-mistakes-jekyll from 4.24.0 to 4.26.2 in /docs
Browse files Browse the repository at this point in the history
Bumps [minimal-mistakes-jekyll](https://github.com/mmistakes/minimal-mistakes) from 4.24.0 to 4.26.2.
- [Release notes](https://github.com/mmistakes/minimal-mistakes/releases)
- [Changelog](https://github.com/mmistakes/minimal-mistakes/blob/master/CHANGELOG.md)
- [Commits](mmistakes/minimal-mistakes@4.24.0...4.26.2)

---
updated-dependencies:
- dependency-name: minimal-mistakes-jekyll
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent eeffd50 commit d139741
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'webrick', '1.8.1', group: :jekyll_plugins
# gem "jekyll"

# Install minimal-mistakes theme
gem 'minimal-mistakes-jekyll', '4.24.0'
gem 'minimal-mistakes-jekyll', '4.26.2'

# If you have any plugins, put them here!
group :jekyll_plugins do
Expand Down
23 changes: 13 additions & 10 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GEM
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
console (1.23.2)
fiber-annotation
Expand All @@ -44,11 +44,12 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
Expand Down Expand Up @@ -118,7 +119,7 @@ GEM
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-event (1.3.2)
jekyll (3.9.5)
Expand Down Expand Up @@ -234,15 +235,15 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minimal-mistakes-jekyll (4.24.0)
minimal-mistakes-jekyll (4.26.2)
jekyll (>= 3.7, < 5.0)
jekyll-feed (~> 0.1)
jekyll-gist (~> 1.5)
Expand All @@ -266,13 +267,14 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (5.0.4)
public_suffix (5.1.0)
racc (1.7.3)
rainbow (3.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.6)
rexml (3.3.0)
strscan
rouge (3.30.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
Expand All @@ -288,6 +290,7 @@ GEM
faraday (>= 0.17.3, < 3)
simpleidn (0.2.1)
unf (~> 0.1.4)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
timers (4.3.5)
Expand All @@ -312,7 +315,7 @@ PLATFORMS
DEPENDENCIES
github-pages (= 231)
html-proofer (= 5.0.8)
minimal-mistakes-jekyll (= 4.24.0)
minimal-mistakes-jekyll (= 4.26.2)
webrick (= 1.8.1)

BUNDLED WITH
Expand Down

0 comments on commit d139741

Please sign in to comment.