Skip to content

Commit 45be552

Browse files
authored
Merge pull request #807 from integer32llc/maint
2 parents 64a67c3 + 07e2d81 commit 45be552

File tree

18 files changed

+1894
-2023
lines changed

18 files changed

+1894
-2023
lines changed

compiler/base/Cargo.toml

Lines changed: 100 additions & 104 deletions
Large diffs are not rendered by default.

compiler/base/crate-information.json

Lines changed: 106 additions & 111 deletions
Large diffs are not rendered by default.

compiler/base/modify-cargo-toml/Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
6-
capybara (3.36.0)
6+
capybara (3.37.1)
77
addressable
88
matrix
99
mini_mime (>= 0.1.3)
@@ -22,15 +22,15 @@ GEM
2222
matrix (0.4.2)
2323
mini_mime (1.1.2)
2424
mini_portile2 (2.8.0)
25-
nokogiri (1.13.4)
25+
nokogiri (1.13.6)
2626
mini_portile2 (~> 2.8.0)
2727
racc (~> 1.4)
2828
public_suffix (4.0.7)
2929
racc (1.6.0)
30-
rack (2.2.3)
30+
rack (2.2.3.1)
3131
rack-test (1.1.0)
3232
rack (>= 1.0, < 3)
33-
regexp_parser (2.3.1)
33+
regexp_parser (2.4.0)
3434
rexml (3.2.5)
3535
rspec (3.11.0)
3636
rspec-core (~> 3.11.0)
@@ -46,14 +46,16 @@ GEM
4646
rspec-support (~> 3.11.0)
4747
rspec-support (3.11.0)
4848
rubyzip (2.3.2)
49-
selenium-webdriver (4.1.0)
49+
selenium-webdriver (4.2.0)
5050
childprocess (>= 0.5, < 5.0)
5151
rexml (~> 3.2, >= 3.2.5)
52-
rubyzip (>= 1.2.2)
52+
rubyzip (>= 1.2.2, < 3.0)
53+
websocket (~> 1.0)
5354
webdrivers (5.0.0)
5455
nokogiri (~> 1.6)
5556
rubyzip (>= 1.3.0)
5657
selenium-webdriver (~> 4.0)
58+
websocket (1.2.9)
5759
xpath (3.2.0)
5860
nokogiri (~> 1.8)
5961

0 commit comments

Comments
 (0)