File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # frozen_string_literal: true
2+ source "https://rubygems.org"
3+
4+ git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
5+
6+ gem "jekyll"
Original file line number Diff line number Diff line change 1+ GEM
2+ remote: https://rubygems.org/
3+ specs:
4+ addressable (2.5.1 )
5+ public_suffix (~> 2.0 , >= 2.0.2 )
6+ colorator (1.1.0 )
7+ ffi (1.9.18 )
8+ forwardable-extended (2.6.0 )
9+ jekyll (3.5.2 )
10+ addressable (~> 2.4 )
11+ colorator (~> 1.0 )
12+ jekyll-sass-converter (~> 1.0 )
13+ jekyll-watch (~> 1.1 )
14+ kramdown (~> 1.3 )
15+ liquid (~> 4.0 )
16+ mercenary (~> 0.3.3 )
17+ pathutil (~> 0.9 )
18+ rouge (~> 1.7 )
19+ safe_yaml (~> 1.0 )
20+ jekyll-sass-converter (1.5.0 )
21+ sass (~> 3.4 )
22+ jekyll-watch (1.5.0 )
23+ listen (~> 3.0 , < 3.1 )
24+ kramdown (1.14.0 )
25+ liquid (4.0.0 )
26+ listen (3.0.8 )
27+ rb-fsevent (~> 0.9 , >= 0.9.4 )
28+ rb-inotify (~> 0.9 , >= 0.9.7 )
29+ mercenary (0.3.6 )
30+ pathutil (0.14.0 )
31+ forwardable-extended (~> 2.6 )
32+ public_suffix (2.0.5 )
33+ rb-fsevent (0.10.2 )
34+ rb-inotify (0.9.10 )
35+ ffi (>= 0.5.0 , < 2 )
36+ rouge (1.11.1 )
37+ safe_yaml (1.0.4 )
38+ sass (3.5.1 )
39+ sass-listen (~> 4.0.0 )
40+ sass-listen (4.0.0 )
41+ rb-fsevent (~> 0.9 , >= 0.9.4 )
42+ rb-inotify (~> 0.9 , >= 0.9.7 )
43+
44+ PLATFORMS
45+ ruby
46+
47+ DEPENDENCIES
48+ jekyll
49+
50+ BUNDLED WITH
51+ 1.15.3
You can’t perform that action at this time.
0 commit comments