Skip to content

Commit 42f116a

Browse files
author
Lisa LaRochelle
committed
Merge branch 'main' into POSITION-1038-update-site
2 parents 4770362 + ba8b898 commit 42f116a

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ source "https://rubygems.org"
1111
gem "jekyll", "~> 3.9"
1212

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

1616
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1717
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1818
# gem "github-pages", group: :jekyll_plugins
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
gem "jekyll-feed", "~> 0.6"
23-
gem 'jekyll-redirect-from', "~> 0.15.0"
22+
gem 'jekyll-redirect-from', "~> 0.16.0"
23+
gem "jekyll-feed", "~> 0.17"
2424
end
2525

2626

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.5)
4+
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.2.2)
@@ -15,7 +15,7 @@ GEM
1515
http_parser.rb (0.8.0)
1616
i18n (1.14.1)
1717
concurrent-ruby (~> 1.0)
18-
jekyll (3.9.3)
18+
jekyll (3.9.4)
1919
addressable (~> 2.4)
2020
colorator (~> 1.0)
2121
em-websocket (~> 0.5)
@@ -28,14 +28,14 @@ GEM
2828
pathutil (~> 0.9)
2929
rouge (>= 1.7, < 4)
3030
safe_yaml (~> 1.0)
31-
jekyll-feed (0.10.0)
32-
jekyll (~> 3.3)
33-
jekyll-redirect-from (0.15.0)
31+
jekyll-feed (0.17.0)
32+
jekyll (>= 3.7, < 5.0)
33+
jekyll-redirect-from (0.16.0)
3434
jekyll (>= 3.3, < 5.0)
3535
jekyll-sass-converter (1.5.2)
3636
sass (~> 3.4)
37-
jekyll-seo-tag (2.5.0)
38-
jekyll (~> 3.3)
37+
jekyll-seo-tag (2.8.0)
38+
jekyll (>= 3.8, < 5.0)
3939
jekyll-watch (2.2.1)
4040
listen (~> 3.0)
4141
kramdown (2.4.0)
@@ -47,35 +47,37 @@ GEM
4747
rb-fsevent (~> 0.10, >= 0.10.3)
4848
rb-inotify (~> 0.9, >= 0.9.10)
4949
mercenary (0.3.6)
50-
minima (2.5.0)
51-
jekyll (~> 3.5)
50+
minima (2.5.1)
51+
jekyll (>= 3.5, < 5.0)
5252
jekyll-feed (~> 0.9)
5353
jekyll-seo-tag (~> 2.1)
5454
pathutil (0.16.2)
5555
forwardable-extended (~> 2.6)
56-
public_suffix (5.0.3)
56+
public_suffix (5.0.4)
5757
rb-fsevent (0.11.2)
5858
rb-inotify (0.10.1)
5959
ffi (~> 1.0)
60-
rexml (3.2.6)
60+
rexml (3.3.6)
61+
strscan
6162
rouge (3.30.0)
6263
safe_yaml (1.0.5)
6364
sass (3.7.4)
6465
sass-listen (~> 4.0.0)
6566
sass-listen (4.0.0)
6667
rb-fsevent (~> 0.9, >= 0.9.4)
6768
rb-inotify (~> 0.9, >= 0.9.7)
69+
strscan (3.1.0)
6870

6971
PLATFORMS
7072
ruby
7173

7274
DEPENDENCIES
7375
cssminify
7476
jekyll (~> 3.9)
75-
jekyll-feed (~> 0.6)
76-
jekyll-redirect-from (~> 0.15.0)
77+
jekyll-feed (~> 0.17)
78+
jekyll-redirect-from (~> 0.16.0)
7779
kramdown-parser-gfm (~> 1.1)
78-
minima (~> 2.0)
80+
minima (~> 2.5)
7981
tzinfo-data
8082

8183
BUNDLED WITH

0 commit comments

Comments
 (0)