Skip to content

Commit 21ae724

Browse files
committed
Update Gemfile and Gemfile.lock to specify exact versions for jekyll, just-the-docs, and git
1 parent 7b7fb44 commit 21ae724

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

Gemfile

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

3-
gem "jekyll", "~> 4.3"
4-
gem "just-the-docs", "~> 0.10"
5-
gem "git", "~> 2.3"
3+
gem "jekyll", "~> 4.3.4"
4+
gem "just-the-docs", "~> 0.10.1"
5+
gem "git", "~> 2.3.1"
66

77

88
group :development do

Gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ GEM
2121
colorator (1.1.0)
2222
concurrent-ruby (1.3.5)
2323
connection_pool (2.5.3)
24-
csv (3.3.5)
2524
drb (2.2.3)
2625
em-websocket (0.5.3)
2726
eventmachine (>= 0.12.9)
@@ -44,20 +43,17 @@ GEM
4443
http_parser.rb (0.8.0)
4544
i18n (1.14.7)
4645
concurrent-ruby (~> 1.0)
47-
jekyll (4.4.1)
46+
jekyll (4.3.4)
4847
addressable (~> 2.4)
49-
base64 (~> 0.2)
5048
colorator (~> 1.0)
51-
csv (~> 3.0)
5249
em-websocket (~> 0.5)
5350
i18n (~> 1.0)
5451
jekyll-sass-converter (>= 2.0, < 4.0)
5552
jekyll-watch (~> 2.0)
56-
json (~> 2.6)
5753
kramdown (~> 2.3, >= 2.3.1)
5854
kramdown-parser-gfm (~> 1.0)
5955
liquid (~> 4.0)
60-
mercenary (~> 0.3, >= 0.3.6)
56+
mercenary (>= 0.3.6, < 0.5)
6157
pathutil (~> 0.9)
6258
rouge (>= 3.0, < 5.0)
6359
safe_yaml (~> 1.0)
@@ -71,7 +67,6 @@ GEM
7167
jekyll (>= 3.8, < 5.0)
7268
jekyll-watch (2.2.1)
7369
listen (~> 3.0)
74-
json (2.13.2)
7570
just-the-docs (0.10.1)
7671
jekyll (>= 3.8.5)
7772
jekyll-include-cache
@@ -116,9 +111,9 @@ PLATFORMS
116111
x86_64-linux
117112

118113
DEPENDENCIES
119-
git (~> 2.3)
120-
jekyll (~> 4.3)
121-
just-the-docs (~> 0.10)
114+
git (~> 2.3.1)
115+
jekyll (~> 4.3.4)
116+
just-the-docs (~> 0.10.1)
122117
webrick (~> 1.8)
123118

124119
BUNDLED WITH

0 commit comments

Comments
 (0)