Skip to content

Commit 128b0c1

Browse files
committed
Add version specifier for GFM admonition plugin
1 parent 29e578e commit 128b0c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gem 'jekyll', '~>4'
44

55
group :jekyll_plugins do
66
gem 'just-the-docs','~>0'
7-
gem 'jekyll-gfm-admonitions'
7+
gem 'jekyll-gfm-admonitions', '~>1.2'
88
end

docs/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ PLATFORMS
172172

173173
DEPENDENCIES
174174
jekyll (~> 4)
175-
jekyll-gfm-admonitions
175+
jekyll-gfm-admonitions (~> 1.2)
176176
just-the-docs (~> 0)
177177

178178
BUNDLED WITH

0 commit comments

Comments
 (0)