Skip to content

Commit 315da02

Browse files
authored
Merge pull request #707 from johnbeve/dev
gem file update
2 parents f0df565 + 7696920 commit 315da02

2 files changed

Lines changed: 75 additions & 2 deletions

File tree

Gemfile

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

3-
gem "jekyll", "~> 4.3.2" # or whatever version your site uses
4-
gem "github-pages", group: :jekyll_plugins # optional, for compatibility
3+
gem "jekyll", "~> 4.3.2"

Gemfile.lock

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.2.2)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.3.5)
9+
em-websocket (0.5.3)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0)
12+
eventmachine (1.2.7)
13+
ffi (1.17.2-arm64-darwin)
14+
forwardable-extended (2.6.0)
15+
google-protobuf (4.31.1-arm64-darwin)
16+
bigdecimal
17+
rake (>= 13)
18+
http_parser.rb (0.8.0)
19+
i18n (1.14.7)
20+
concurrent-ruby (~> 1.0)
21+
jekyll (4.3.4)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 1.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 2.3, >= 2.3.1)
29+
kramdown-parser-gfm (~> 1.0)
30+
liquid (~> 4.0)
31+
mercenary (>= 0.3.6, < 0.5)
32+
pathutil (~> 0.9)
33+
rouge (>= 3.0, < 5.0)
34+
safe_yaml (~> 1.0)
35+
terminal-table (>= 1.8, < 4.0)
36+
webrick (~> 1.7)
37+
jekyll-sass-converter (3.1.0)
38+
sass-embedded (~> 1.75)
39+
jekyll-watch (2.2.1)
40+
listen (~> 3.0)
41+
kramdown (2.5.1)
42+
rexml (>= 3.3.9)
43+
kramdown-parser-gfm (1.1.0)
44+
kramdown (~> 2.0)
45+
liquid (4.0.4)
46+
listen (3.9.0)
47+
rb-fsevent (~> 0.10, >= 0.10.3)
48+
rb-inotify (~> 0.9, >= 0.9.10)
49+
mercenary (0.4.0)
50+
pathutil (0.16.2)
51+
forwardable-extended (~> 2.6)
52+
public_suffix (6.0.2)
53+
rake (13.3.0)
54+
rb-fsevent (0.11.2)
55+
rb-inotify (0.11.1)
56+
ffi (~> 1.0)
57+
rexml (3.4.1)
58+
rouge (4.6.0)
59+
safe_yaml (1.0.5)
60+
sass-embedded (1.89.2-arm64-darwin)
61+
google-protobuf (~> 4.31)
62+
terminal-table (3.0.2)
63+
unicode-display_width (>= 1.1.1, < 3)
64+
unicode-display_width (2.6.0)
65+
webrick (1.9.1)
66+
67+
PLATFORMS
68+
arm64-darwin-21
69+
70+
DEPENDENCIES
71+
jekyll (~> 4.3.2)
72+
73+
BUNDLED WITH
74+
2.4.13

0 commit comments

Comments
 (0)