Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoobysmith committed Jun 15, 2024
1 parent b6f0db0 commit e476800
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source 'https://rubygems.org'

gem "jekyll", "~> 4.2"

gem "minima", "~> 2.5.1"
gem "minima", git: "https://github.com/jekyll/minima"
15 changes: 10 additions & 5 deletions doc/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/jekyll/minima
revision: 1d5286cf9a1aae34078420d183d560dd673d98b5
specs:
minima (3.0.0.dev)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -59,10 +68,6 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.1.0)
Expand Down Expand Up @@ -106,7 +111,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.2)
minima (~> 2.5.1)
minima!

BUNDLED WITH
2.5.13

0 comments on commit e476800

Please sign in to comment.