Skip to content

Commit 5ce7857

Browse files
committed
Update Rundoc
I fixed the race condition here zombocom/rundoc#25
1 parent cdd313f commit 5ce7857

2 files changed

Lines changed: 29 additions & 35 deletions

File tree

docs/Gemfile

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

3-
gem "rundoc", github: "jkutner/rundoc", branch: "go-to-sleep-a-little-baby"
3+
gem "rundoc"

docs/Gemfile.lock

Lines changed: 28 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
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-
151
GEM
162
remote: https://rubygems.org/
173
specs:
18-
activesupport (6.0.3.1)
4+
activesupport (6.0.3.2)
195
concurrent-ruby (~> 1.0, >= 1.0.2)
206
i18n (>= 0.7, < 2)
217
minitest (~> 5.1)
@@ -24,22 +10,22 @@ GEM
2410
addressable (2.7.0)
2511
public_suffix (>= 2.0.2, < 5.0)
2612
aws-eventstream (1.1.0)
27-
aws-partitions (1.317.0)
28-
aws-sdk-core (3.96.1)
13+
aws-partitions (1.364.0)
14+
aws-sdk-core (3.105.0)
2915
aws-eventstream (~> 1, >= 1.0.2)
3016
aws-partitions (~> 1, >= 1.239.0)
3117
aws-sigv4 (~> 1.1)
3218
jmespath (~> 1.0)
33-
aws-sdk-kms (1.31.0)
34-
aws-sdk-core (~> 3, >= 3.71.0)
19+
aws-sdk-kms (1.37.0)
20+
aws-sdk-core (~> 3, >= 3.99.0)
3521
aws-sigv4 (~> 1.1)
36-
aws-sdk-s3 (1.65.0)
37-
aws-sdk-core (~> 3, >= 3.96.1)
22+
aws-sdk-s3 (1.79.1)
23+
aws-sdk-core (~> 3, >= 3.104.3)
3824
aws-sdk-kms (~> 1)
3925
aws-sigv4 (~> 1.1)
40-
aws-sigv4 (1.1.3)
41-
aws-eventstream (~> 1.0, >= 1.0.2)
42-
capybara (3.32.2)
26+
aws-sigv4 (1.2.2)
27+
aws-eventstream (~> 1, >= 1.0.2)
28+
capybara (3.33.0)
4329
addressable
4430
mini_mime (>= 0.1.3)
4531
nokogiri (~> 1.8)
@@ -48,25 +34,33 @@ GEM
4834
regexp_parser (~> 1.5)
4935
xpath (~> 3.2)
5036
childprocess (3.0.0)
51-
concurrent-ruby (1.1.6)
52-
dotenv (2.7.5)
53-
i18n (1.8.2)
37+
concurrent-ruby (1.1.7)
38+
dotenv (2.7.6)
39+
i18n (1.8.5)
5440
concurrent-ruby (~> 1.0)
5541
jmespath (1.4.0)
5642
mini_mime (1.0.2)
5743
mini_portile2 (2.4.0)
58-
minitest (5.14.1)
59-
nokogiri (1.10.9)
44+
minitest (5.14.2)
45+
nokogiri (1.10.10)
6046
mini_portile2 (~> 2.4.0)
6147
parslet (1.8.2)
62-
public_suffix (4.0.5)
48+
public_suffix (4.0.6)
6349
rack (2.2.3)
6450
rack-test (1.1.0)
6551
rack (>= 1.0, < 3)
66-
regexp_parser (1.7.0)
52+
regexp_parser (1.7.1)
6753
repl_runner (0.0.3)
6854
activesupport
6955
rubyzip (2.3.0)
56+
rundoc (1.1.2)
57+
aws-sdk-s3 (~> 1)
58+
capybara (~> 3)
59+
dotenv
60+
parslet (~> 1)
61+
repl_runner
62+
selenium-webdriver (~> 3)
63+
thor
7064
selenium-webdriver (3.142.7)
7165
childprocess (>= 0.5, < 4.0)
7266
rubyzip (>= 1.2.2)
@@ -76,13 +70,13 @@ GEM
7670
thread_safe (~> 0.1)
7771
xpath (3.2.0)
7872
nokogiri (~> 1.8)
79-
zeitwerk (2.3.0)
73+
zeitwerk (2.4.0)
8074

8175
PLATFORMS
8276
ruby
8377

8478
DEPENDENCIES
85-
rundoc!
79+
rundoc
8680

8781
BUNDLED WITH
88-
2.1.2
82+
2.1.4

0 commit comments

Comments
 (0)