Skip to content

Commit d37fae8

Browse files
author
alxndrsn
committed
2.7, lockfile
1 parent bc99c2c commit d37fae8

File tree

2 files changed

+70
-1
lines changed

2 files changed

+70
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: ./.github/actions/install-deps
3131
- uses: ruby/setup-ruby@v1
3232
with:
33-
ruby-version: 3
33+
ruby-version: 2.7
3434
bundler-cache: true
3535
- run: sudo gem install bundler -v 2.1.4
3636
# TODO use npm run install-jekyll?

docs/Gemfile.lock

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.7)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.13.1)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.9.0)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (>= 1.17, < 3)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-paginate (1.1.0)
31+
jekyll-sass-converter (1.5.2)
32+
sass (~> 3.4)
33+
jekyll-watch (2.2.1)
34+
listen (~> 3.0)
35+
json (2.3.1)
36+
kramdown (2.3.1)
37+
rexml
38+
liquid (4.0.3)
39+
listen (3.2.1)
40+
rb-fsevent (~> 0.10, >= 0.10.3)
41+
rb-inotify (~> 0.9, >= 0.9.10)
42+
mercenary (0.3.6)
43+
pathutil (0.16.2)
44+
forwardable-extended (~> 2.6)
45+
public_suffix (4.0.6)
46+
rb-fsevent (0.10.4)
47+
rb-inotify (0.10.1)
48+
ffi (~> 1.0)
49+
redcarpet (3.5.1)
50+
rexml (3.2.5)
51+
rouge (3.22.0)
52+
safe_yaml (1.0.5)
53+
sass (3.7.4)
54+
sass-listen (~> 4.0.0)
55+
sass-listen (4.0.0)
56+
rb-fsevent (~> 0.9, >= 0.9.4)
57+
rb-inotify (~> 0.9, >= 0.9.7)
58+
59+
PLATFORMS
60+
ruby
61+
62+
DEPENDENCIES
63+
jekyll (= 3.9.0)
64+
jekyll-paginate
65+
json
66+
redcarpet
67+
68+
BUNDLED WITH
69+
2.1.4

0 commit comments

Comments
 (0)