Skip to content

Commit

Permalink
Bump minima from 2.5.1 to 2.5.2
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 Sep 9, 2024
1 parent dbe64b1 commit cff82ae
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gem "kramdown", ">= 2.3.1"
gem "kramdown-parser-gfm"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem "minima", "~> 2.5"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
45 changes: 19 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ GEM
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
camertron-eprun (1.1.1)
cldr-plurals-runtime-rb (1.1.0)
colorator (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -30,19 +32,11 @@ GEM
eventmachine (1.2.7-x86-mingw32)
ffi (1.17.0)
ffi (1.17.0-java)
ffi (1.17.0-x64-mingw32)
ffi (1.17.0-x86-mingw32)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
filesize (0.2.0)
forwardable-extended (2.6.0)
google-protobuf (3.25.3)
google-protobuf (3.25.3-java)
ffi (~> 1)
ffi-compiler (~> 1)
google-protobuf (3.25.3-x64-mingw32)
google-protobuf (3.25.3-x86-mingw32)
google-protobuf (4.28.0)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.14.5)
Expand Down Expand Up @@ -96,7 +90,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
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 @@ -112,26 +106,25 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
progressbar (1.13.0)
public_suffix (6.0.0)
public_suffix (6.0.1)
racc (1.8.0)
racc (1.8.0-java)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.7)
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.5-x64-mingw32)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86-mingw32)
google-protobuf (~> 3.23)
strscan (3.1.0)
strscan (3.1.0-java)
sass-embedded (1.78.0)
google-protobuf (~> 4.27)
rake (>= 13)
sass-embedded (1.78.0-x64-mingw32)
google-protobuf (~> 4.27)
sass-embedded (1.78.0-x86-mingw32)
google-protobuf (~> 4.27)
sass-embedded (1.78.0-x86-mswin32)
google-protobuf (~> 4.27)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
twitter_cldr (6.12.1)
Expand Down Expand Up @@ -163,7 +156,7 @@ DEPENDENCIES
json (>= 2.3.0)
kramdown (>= 2.3.1)
kramdown-parser-gfm
minima (~> 2.0)
minima (~> 2.5)
twitter_cldr
tzinfo-data

Expand Down

0 comments on commit cff82ae

Please sign in to comment.