File tree 3 files changed +62
-0
lines changed
3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ 3.1.2
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
+ ruby '3.1.2'
4
+
3
5
git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
4
6
5
7
gem 'activesupport'
8
+ gem "jekyll"
Original file line number Diff line number Diff line change 6
6
i18n (>= 1.6 , < 2 )
7
7
minitest (>= 5.1 )
8
8
tzinfo (~> 2.0 )
9
+ addressable (2.8.1 )
10
+ public_suffix (>= 2.0.2 , < 6.0 )
11
+ colorator (1.1.0 )
9
12
concurrent-ruby (1.1.10 )
13
+ em-websocket (0.5.3 )
14
+ eventmachine (>= 0.12.9 )
15
+ http_parser.rb (~> 0 )
16
+ eventmachine (1.2.7 )
17
+ ffi (1.15.5 )
18
+ forwardable-extended (2.6.0 )
19
+ http_parser.rb (0.8.0 )
10
20
i18n (1.12.0 )
11
21
concurrent-ruby (~> 1.0 )
22
+ jekyll (4.3.1 )
23
+ addressable (~> 2.4 )
24
+ colorator (~> 1.0 )
25
+ em-websocket (~> 0.5 )
26
+ i18n (~> 1.0 )
27
+ jekyll-sass-converter (>= 2.0 , < 4.0 )
28
+ jekyll-watch (~> 2.0 )
29
+ kramdown (~> 2.3 , >= 2.3.1 )
30
+ kramdown-parser-gfm (~> 1.0 )
31
+ liquid (~> 4.0 )
32
+ mercenary (>= 0.3.6 , < 0.5 )
33
+ pathutil (~> 0.9 )
34
+ rouge (>= 3.0 , < 5.0 )
35
+ safe_yaml (~> 1.0 )
36
+ terminal-table (>= 1.8 , < 4.0 )
37
+ webrick (~> 1.7 )
38
+ jekyll-sass-converter (2.2.0 )
39
+ sassc (> 2.0.1 , < 3.0 )
40
+ jekyll-watch (2.2.1 )
41
+ listen (~> 3.0 )
42
+ kramdown (2.4.0 )
43
+ rexml
44
+ kramdown-parser-gfm (1.1.0 )
45
+ kramdown (~> 2.0 )
46
+ liquid (4.0.3 )
47
+ listen (3.7.1 )
48
+ rb-fsevent (~> 0.10 , >= 0.10.3 )
49
+ rb-inotify (~> 0.9 , >= 0.9.10 )
50
+ mercenary (0.4.0 )
12
51
minitest (5.16.3 )
52
+ pathutil (0.16.2 )
53
+ forwardable-extended (~> 2.6 )
54
+ public_suffix (5.0.0 )
55
+ rb-fsevent (0.11.2 )
56
+ rb-inotify (0.10.1 )
57
+ ffi (~> 1.0 )
58
+ rexml (3.2.5 )
59
+ rouge (4.0.0 )
60
+ safe_yaml (1.0.5 )
61
+ sassc (2.4.0 )
62
+ ffi (~> 1.9 )
63
+ terminal-table (3.0.2 )
64
+ unicode-display_width (>= 1.1.1 , < 3 )
13
65
tzinfo (2.0.5 )
14
66
concurrent-ruby (~> 1.0 )
67
+ unicode-display_width (2.3.0 )
68
+ webrick (1.7.0 )
15
69
16
70
PLATFORMS
17
71
arm64-darwin-21
18
72
19
73
DEPENDENCIES
20
74
activesupport
75
+ jekyll
76
+
77
+ RUBY VERSION
78
+ ruby 3.1.2p20
21
79
22
80
BUNDLED WITH
23
81
2.3.22
You can’t perform that action at this time.
0 commit comments