Skip to content

Commit d0c58e7

Browse files
Merge pull request #28 from stekker/bump-vulnerable-dependencies
Bump activesupport and faraday to non-vulnerable versions
2 parents e4561b4 + 7d8b807 commit d0c58e7

1 file changed

Lines changed: 28 additions & 22 deletions

File tree

Gemfile.lock

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,54 +9,59 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activemodel (7.1.3.2)
13-
activesupport (= 7.1.3.2)
14-
activesupport (7.1.3.2)
12+
activemodel (8.1.3)
13+
activesupport (= 8.1.3)
14+
activesupport (8.1.3)
1515
base64
1616
bigdecimal
17-
concurrent-ruby (~> 1.0, >= 1.0.2)
17+
concurrent-ruby (~> 1.0, >= 1.3.1)
1818
connection_pool (>= 2.2.5)
1919
drb
2020
i18n (>= 1.6, < 2)
21+
json
22+
logger (>= 1.4.2)
2123
minitest (>= 5.1)
22-
mutex_m
23-
tzinfo (~> 2.0)
24+
securerandom (>= 0.3)
25+
tzinfo (~> 2.0, >= 2.0.5)
26+
uri (>= 0.13.1)
2427
addressable (2.8.6)
2528
public_suffix (>= 2.0.2, < 6.0)
2629
ast (2.4.2)
27-
base64 (0.2.0)
28-
bigdecimal (3.1.7)
30+
base64 (0.3.0)
31+
bigdecimal (4.0.1)
2932
byebug (11.1.3)
30-
concurrent-ruby (1.2.3)
31-
connection_pool (2.4.1)
33+
concurrent-ruby (1.3.6)
34+
connection_pool (3.0.2)
3235
crack (1.0.0)
3336
bigdecimal
3437
rexml
3538
diff-lcs (1.5.1)
36-
drb (2.2.1)
37-
faraday (2.12.0)
38-
faraday-net_http (>= 2.0, < 3.4)
39+
drb (2.2.3)
40+
faraday (2.14.1)
41+
faraday-net_http (>= 2.0, < 3.5)
3942
json
4043
logger
41-
faraday-net_http (3.3.0)
42-
net-http
44+
faraday-net_http (3.4.2)
45+
net-http (~> 0.5)
4346
gem-release (2.2.2)
4447
hashdiff (1.1.0)
45-
i18n (1.14.4)
48+
i18n (1.14.8)
4649
concurrent-ruby (~> 1.0)
47-
json (2.7.1)
50+
json (2.19.2)
4851
jwt (2.8.1)
4952
base64
5053
language_server-protocol (3.17.0.3)
51-
logger (1.6.1)
52-
minitest (5.22.3)
53-
mutex_m (0.2.0)
54-
net-http (0.4.1)
55-
uri
54+
logger (1.7.0)
55+
minitest (6.0.2)
56+
drb (~> 2.0)
57+
prism (~> 1.5)
58+
net-http (0.9.1)
59+
uri (>= 0.11.1)
5660
parallel (1.24.0)
5761
parser (3.3.0.5)
5862
ast (~> 2.4.1)
5963
racc
64+
prism (1.9.0)
6065
public_suffix (5.0.5)
6166
racc (1.7.3)
6267
rack (3.2.5)
@@ -107,6 +112,7 @@ GEM
107112
rubocop-rspec_rails (2.28.2)
108113
rubocop (~> 1.40)
109114
ruby-progressbar (1.13.0)
115+
securerandom (0.4.1)
110116
timecop (0.9.8)
111117
tzinfo (2.0.6)
112118
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)