Skip to content

Commit 0871799

Browse files
committed
Pin to forked version of rundoc
1 parent cac6baa commit 0871799

2 files changed

Lines changed: 91 additions & 0 deletions

File tree

docs/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "rundoc", github: "jkutner/rundoc", branch: "go-to-sleep-a-little-baby"

docs/Gemfile.lock

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
GIT
2+
remote: https://github.com/jkutner/rundoc.git
3+
revision: f18f1f39dcd0fd023b329f9af461fecfa98dfaa1
4+
branch: go-to-sleep-a-little-baby
5+
specs:
6+
rundoc (1.1.0)
7+
aws-sdk-s3 (~> 1)
8+
capybara (~> 3)
9+
dotenv
10+
parslet (~> 1)
11+
repl_runner
12+
selenium-webdriver (~> 3)
13+
thor
14+
15+
GEM
16+
remote: https://rubygems.org/
17+
specs:
18+
activesupport (6.0.3.1)
19+
concurrent-ruby (~> 1.0, >= 1.0.2)
20+
i18n (>= 0.7, < 2)
21+
minitest (~> 5.1)
22+
tzinfo (~> 1.1)
23+
zeitwerk (~> 2.2, >= 2.2.2)
24+
addressable (2.7.0)
25+
public_suffix (>= 2.0.2, < 5.0)
26+
aws-eventstream (1.1.0)
27+
aws-partitions (1.317.0)
28+
aws-sdk-core (3.96.1)
29+
aws-eventstream (~> 1, >= 1.0.2)
30+
aws-partitions (~> 1, >= 1.239.0)
31+
aws-sigv4 (~> 1.1)
32+
jmespath (~> 1.0)
33+
aws-sdk-kms (1.31.0)
34+
aws-sdk-core (~> 3, >= 3.71.0)
35+
aws-sigv4 (~> 1.1)
36+
aws-sdk-s3 (1.65.0)
37+
aws-sdk-core (~> 3, >= 3.96.1)
38+
aws-sdk-kms (~> 1)
39+
aws-sigv4 (~> 1.1)
40+
aws-sigv4 (1.1.3)
41+
aws-eventstream (~> 1.0, >= 1.0.2)
42+
capybara (3.32.2)
43+
addressable
44+
mini_mime (>= 0.1.3)
45+
nokogiri (~> 1.8)
46+
rack (>= 1.6.0)
47+
rack-test (>= 0.6.3)
48+
regexp_parser (~> 1.5)
49+
xpath (~> 3.2)
50+
childprocess (3.0.0)
51+
concurrent-ruby (1.1.6)
52+
dotenv (2.7.5)
53+
i18n (1.8.2)
54+
concurrent-ruby (~> 1.0)
55+
jmespath (1.4.0)
56+
mini_mime (1.0.2)
57+
mini_portile2 (2.4.0)
58+
minitest (5.14.1)
59+
nokogiri (1.10.9)
60+
mini_portile2 (~> 2.4.0)
61+
parslet (1.8.2)
62+
public_suffix (4.0.5)
63+
rack (2.2.2)
64+
rack-test (1.1.0)
65+
rack (>= 1.0, < 3)
66+
regexp_parser (1.7.0)
67+
repl_runner (0.0.3)
68+
activesupport
69+
rubyzip (2.3.0)
70+
selenium-webdriver (3.142.7)
71+
childprocess (>= 0.5, < 4.0)
72+
rubyzip (>= 1.2.2)
73+
thor (1.0.1)
74+
thread_safe (0.3.6)
75+
tzinfo (1.2.7)
76+
thread_safe (~> 0.1)
77+
xpath (3.2.0)
78+
nokogiri (~> 1.8)
79+
zeitwerk (2.3.0)
80+
81+
PLATFORMS
82+
ruby
83+
84+
DEPENDENCIES
85+
rundoc!
86+
87+
BUNDLED WITH
88+
2.1.2

0 commit comments

Comments
 (0)