Skip to content

Commit 290711d

Browse files
committed
Gemfile: Updates for security fixes
1 parent 3f1c1b6 commit 290711d

1 file changed

Lines changed: 21 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.9.0)
5+
public_suffix (>= 2.0.2, < 8.0)
66
ast (2.4.2)
77
bcrypt_pbkdf (1.1.0)
88
bigdecimal (3.1.6)
@@ -14,33 +14,39 @@ GEM
1414
docile (1.4.0)
1515
dotenv (2.8.1)
1616
ed25519 (1.3.0)
17-
faraday (2.9.0)
18-
faraday-net_http (>= 2.0, < 3.2)
19-
faraday-net_http (3.1.0)
20-
net-http
17+
faraday (2.14.2)
18+
faraday-net_http (>= 2.0, < 3.5)
19+
json
20+
logger
21+
faraday-net_http (3.4.3)
22+
net-http (~> 0.5)
2123
hashdiff (1.1.0)
24+
json (2.19.7)
2225
jsonpath (0.5.8)
2326
multi_json
27+
logger (1.7.0)
2428
multi_json (1.15.0)
25-
net-http (0.4.1)
26-
uri
29+
net-http (0.9.1)
30+
uri (>= 0.11.1)
2731
net-ldap (0.17.1)
2832
net-sftp (3.0.0)
2933
net-ssh (>= 5.0.0, < 7.0.0)
3034
net-ssh (6.1.0)
31-
nokogiri (1.16.2-aarch64-linux)
35+
nokogiri (1.19.3-aarch64-linux-gnu)
3236
racc (~> 1.4)
33-
nokogiri (1.16.2-arm64-darwin)
37+
nokogiri (1.19.3-arm64-darwin)
38+
racc (~> 1.4)
39+
nokogiri (1.19.3-x86_64-linux-gnu)
3440
racc (~> 1.4)
3541
parallel (1.24.0)
3642
parser (3.3.0.5)
3743
ast (~> 2.4.1)
3844
racc
39-
public_suffix (5.0.4)
40-
racc (1.7.3)
45+
public_suffix (7.0.5)
46+
racc (1.8.1)
4147
rainbow (3.1.1)
4248
regexp_parser (2.9.0)
43-
rexml (3.2.6)
49+
rexml (3.4.4)
4450
rspec (3.13.0)
4551
rspec-core (~> 3.13.0)
4652
rspec-expectations (~> 3.13.0)
@@ -78,7 +84,7 @@ GEM
7884
simplecov (>= 0.4.1)
7985
simplecov_json_formatter (0.1.4)
8086
unicode-display_width (2.5.0)
81-
uri (0.13.0)
87+
uri (1.1.1)
8288
webmock (3.23.0)
8389
addressable (>= 2.8.0)
8490
crack (>= 0.3.2)
@@ -87,6 +93,7 @@ GEM
8793
PLATFORMS
8894
aarch64-linux
8995
arm64-darwin-23
96+
arm64-darwin-24
9097
x86_64-linux
9198

9299
DEPENDENCIES

0 commit comments

Comments
 (0)