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 17, 2024
1 parent 3615843 commit 7fc452e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3.4"

# 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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.7.1)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
Expand All @@ -58,7 +58,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 @@ -74,7 +74,7 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.7)
rouge (4.3.0)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.78.0)
google-protobuf (~> 4.27)
Expand Down Expand Up @@ -104,7 +104,7 @@ DEPENDENCIES
jekyll (~> 4.3.4)
jekyll-asciidoc
jekyll-feed (~> 0.17)
minima (~> 2.0)
minima (~> 2.5)
nokogiri (~> 1.16)
slim (~> 5.2.1)
thread_safe (~> 0.3.5)
Expand Down

0 comments on commit 7fc452e

Please sign in to comment.