Skip to content

Commit 32ffa85

Browse files
author
Sean M. Bryan
committed
Updated Gemfile dependencies.
1 parent 757e0fe commit 32ffa85

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", group: :jekyll_plugins
3+
gem "github-pages", "~> 213", group: :jekyll_plugins
44

55
group :jekyll_plugins do
66
gem "jekyll-paginate"
@@ -12,11 +12,7 @@ end
1212

1313

1414
gem "nokogiri", ">= 1.10.8"
15-
16-
1715
gem "kramdown", ">= 2.3.0"
18-
19-
2016
gem "minimal-mistakes-jekyll"
2117

2218

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.5)
4+
activesupport (6.0.3.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -203,7 +203,7 @@ GEM
203203
kramdown-parser-gfm (1.1.0)
204204
kramdown (~> 2.0)
205205
liquid (4.0.3)
206-
listen (3.4.1)
206+
listen (3.5.0)
207207
rb-fsevent (~> 0.10, >= 0.10.3)
208208
rb-inotify (~> 0.9, >= 0.9.10)
209209
mercenary (0.3.6)
@@ -264,7 +264,7 @@ PLATFORMS
264264
ruby
265265

266266
DEPENDENCIES
267-
github-pages
267+
github-pages (~> 213)
268268
jekyll-feed
269269
jekyll-gist
270270
jekyll-paginate

0 commit comments

Comments
 (0)