Skip to content

Commit 848a87b

Browse files
authored
Switch Ruby "multiple languages" to use NodeJS (#163)
* Remove nodejs-engine reference * Switch Ruby "multiple languages" to use NodeJS The original getting started guide used Node but it was removed as a hard dependency with the move to jsbundling. It's still common in Ruby/Rails apps so this shows people how to add it. * Update dependencies
1 parent 1539082 commit 848a87b

4 files changed

Lines changed: 321 additions & 456 deletions

File tree

.rundoc-workspace/Gemfile.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ GEM
3535
xpath (~> 3.2)
3636
dotenv (3.1.8)
3737
jmespath (1.6.2)
38+
json (2.13.2)
3839
logger (1.7.0)
3940
matrix (0.4.3)
4041
mini_mime (1.1.5)
@@ -53,14 +54,15 @@ GEM
5354
nokogiri (1.18.9-x86_64-linux-gnu)
5455
racc (~> 1.4)
5556
parslet (2.0.0)
57+
prism (1.4.0)
5658
public_suffix (6.0.2)
5759
racc (1.8.1)
5860
rack (3.2.0)
5961
rack-test (2.2.0)
6062
rack (>= 1.3)
6163
regexp_parser (2.11.0)
62-
rexml (3.4.2)
63-
rubyzip (2.4.1)
64+
rexml (3.4.4)
65+
rubyzip (3.1.1)
6466
rundoc (4.1.4)
6567
aws-sdk-s3 (~> 1)
6668
base64 (~> 0)
@@ -69,11 +71,13 @@ GEM
6971
parslet (~> 2)
7072
selenium-webdriver (~> 4)
7173
thor
72-
selenium-webdriver (4.34.0)
74+
selenium-webdriver (4.36.0)
7375
base64 (~> 0.2)
76+
json (<= 2.13.2)
7477
logger (~> 1.4)
78+
prism (~> 1.0, < 1.5)
7579
rexml (~> 3.2, >= 3.2.5)
76-
rubyzip (>= 1.2.2, < 3.0)
80+
rubyzip (>= 1.2.2, < 4.0)
7781
websocket (~> 1.0)
7882
thor (1.4.0)
7983
websocket (1.2.11)

0 commit comments

Comments
 (0)