Skip to content

Commit 909dd43

Browse files
authored
[Infra] Bump bundler dependency (#7444)
The old version, from 2022, pulled a dependency on rexml with a security vulnerability: https://github.com/firebase/firebase-android-sdk/security/dependabot/42 The update brings us to the latest released version of bundler and up to date deps.
1 parent d34199f commit 909dd43

File tree

3 files changed

+70
-54
lines changed

3 files changed

+70
-54
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 100
1919
submodules: true
20-
- uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f # v1.227.0
20+
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263.0
2121
with:
22-
ruby-version: '2.7'
22+
ruby-version: '3.4'
2323
- name: Setup Bundler
2424
run: ./ci/danger/setup_bundler.sh
2525
- name: Danger CHANGELOG verifier

ci/danger/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# commit Gemfile and Gemfile.lock.
33
source 'https://rubygems.org'
44

5-
gem 'danger', '8.4.5'
5+
gem 'danger', '9.5.3'

ci/danger/Gemfile.lock

Lines changed: 67 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,102 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
activesupport (8.0.3)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
19+
base64 (0.3.0)
20+
benchmark (0.4.1)
21+
bigdecimal (3.3.0)
622
claide (1.1.0)
723
claide-plugins (0.9.2)
824
cork
925
nap
1026
open4 (~> 1.3)
1127
colored2 (3.1.2)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.4)
1230
cork (0.3.0)
1331
colored2 (~> 3.1)
14-
danger (8.4.5)
32+
danger (9.5.3)
33+
base64 (~> 0.2)
1534
claide (~> 1.0)
1635
claide-plugins (>= 0.9.2)
17-
colored2 (~> 3.1)
36+
colored2 (>= 3.1, < 5)
1837
cork (~> 0.1)
19-
faraday (>= 0.9.0, < 2.0)
38+
faraday (>= 0.9.0, < 3.0)
2039
faraday-http-cache (~> 2.0)
21-
git (~> 1.7)
22-
kramdown (~> 2.3)
40+
git (>= 1.13, < 3.0)
41+
kramdown (>= 2.5.1, < 3.0)
2342
kramdown-parser-gfm (~> 1.0)
24-
no_proxy_fix
25-
octokit (~> 4.7)
26-
terminal-table (>= 1, < 4)
27-
faraday (1.10.1)
28-
faraday-em_http (~> 1.0)
29-
faraday-em_synchrony (~> 1.0)
30-
faraday-excon (~> 1.1)
31-
faraday-httpclient (~> 1.0)
32-
faraday-multipart (~> 1.0)
33-
faraday-net_http (~> 1.0)
34-
faraday-net_http_persistent (~> 1.0)
35-
faraday-patron (~> 1.0)
36-
faraday-rack (~> 1.0)
37-
faraday-retry (~> 1.0)
38-
ruby2_keywords (>= 0.0.4)
39-
faraday-em_http (1.0.0)
40-
faraday-em_synchrony (1.0.0)
41-
faraday-excon (1.1.0)
42-
faraday-http-cache (2.4.1)
43+
octokit (>= 4.0)
44+
pstore (~> 0.1)
45+
terminal-table (>= 1, < 5)
46+
drb (2.2.3)
47+
faraday (2.14.0)
48+
faraday-net_http (>= 2.0, < 3.5)
49+
json
50+
logger
51+
faraday-http-cache (2.5.1)
4352
faraday (>= 0.8)
44-
faraday-httpclient (1.0.1)
45-
faraday-multipart (1.0.4)
46-
multipart-post (~> 2)
47-
faraday-net_http (1.0.1)
48-
faraday-net_http_persistent (1.2.0)
49-
faraday-patron (1.0.0)
50-
faraday-rack (1.0.0)
51-
faraday-retry (1.0.3)
52-
git (1.13.1)
53+
faraday-net_http (3.4.1)
54+
net-http (>= 0.5.0)
55+
git (2.3.3)
56+
activesupport (>= 5.0)
5357
addressable (~> 2.8)
58+
process_executer (~> 1.1)
5459
rchardet (~> 1.8)
55-
kramdown (2.4.0)
56-
rexml
60+
i18n (1.14.7)
61+
concurrent-ruby (~> 1.0)
62+
json (2.15.1)
63+
kramdown (2.5.1)
64+
rexml (>= 3.3.9)
5765
kramdown-parser-gfm (1.1.0)
5866
kramdown (~> 2.0)
59-
multipart-post (2.2.3)
67+
logger (1.7.0)
68+
minitest (5.25.5)
6069
nap (1.1.0)
61-
no_proxy_fix (0.1.2)
62-
octokit (4.25.1)
70+
net-http (0.6.0)
71+
uri
72+
octokit (10.0.0)
6373
faraday (>= 1, < 3)
6474
sawyer (~> 0.9)
6575
open4 (1.3.4)
66-
public_suffix (5.0.1)
67-
rchardet (1.8.0)
68-
rexml (3.2.8)
69-
strscan (>= 3.0.9)
70-
ruby2_keywords (0.0.5)
76+
process_executer (1.3.0)
77+
pstore (0.2.0)
78+
public_suffix (6.0.2)
79+
rchardet (1.10.0)
80+
rexml (3.4.4)
7181
sawyer (0.9.2)
7282
addressable (>= 2.3.5)
7383
faraday (>= 0.17.3, < 3)
74-
strscan (3.1.0)
75-
terminal-table (3.0.2)
76-
unicode-display_width (>= 1.1.1, < 3)
77-
unicode-display_width (2.2.0)
84+
securerandom (0.4.1)
85+
terminal-table (4.0.0)
86+
unicode-display_width (>= 1.1.1, < 4)
87+
tzinfo (2.0.6)
88+
concurrent-ruby (~> 1.0)
89+
unicode-display_width (3.2.0)
90+
unicode-emoji (~> 4.1)
91+
unicode-emoji (4.1.0)
92+
uri (1.0.4)
7893

7994
PLATFORMS
95+
arm64-darwin-24
8096
ruby
8197

8298
DEPENDENCIES
83-
danger (= 8.4.5)
99+
danger (= 9.5.3)
84100

85101
BUNDLED WITH
86-
1.17.2
102+
2.7.2

0 commit comments

Comments
 (0)