Skip to content

Commit

Permalink
Bump minima from 2.5.1 to 2.5.2 in /docs
Browse files Browse the repository at this point in the history
Bumps [minima](https://github.com/jekyll/minima) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/jekyll/minima/releases)
- [Changelog](https://github.com/jekyll/minima/blob/master/History.markdown)
- [Commits](jekyll/minima@v2.5.1...v2.5.2)

---
updated-dependencies:
- dependency-name: minima
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and chadlwilson committed Sep 13, 2024
1 parent 09055e9 commit a28c02c
Showing 1 changed file with 27 additions and 20 deletions.
47 changes: 27 additions & 20 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ GIT
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -21,13 +22,21 @@ GEM
logger
faraday-net_http (3.3.0)
net-http
ffi (1.16.3)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
font-awesome-sass (6.5.2)
sassc (~> 2.0)
forwardable-extended (2.6.0)
google-protobuf (3.25.3)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3-x86_64-linux)
google-protobuf (4.28.1)
bigdecimal
rake (>= 13)
google-protobuf (4.28.1-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.1-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -67,7 +76,7 @@ GEM
logger (1.6.0)
mercenary (0.4.0)
mini_portile2 (2.8.7)
minima (2.5.1)
minima (2.5.2)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
Expand All @@ -82,27 +91,25 @@ GEM
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
public_suffix (6.0.1)
racc (1.8.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rouge (4.2.1)
rexml (3.3.7)
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.3)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.78.0)
google-protobuf (~> 4.27)
rake (>= 13)
sass-embedded (1.77.3-arm64-darwin)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.3-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
sass-embedded (1.78.0-arm64-darwin)
google-protobuf (~> 4.27)
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)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.1)

Expand Down

0 comments on commit a28c02c

Please sign in to comment.