Skip to content

Commit b18bb6f

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608
1 parent 94596f9 commit b18bb6f

File tree

2 files changed

+37
-28
lines changed

2 files changed

+37
-28
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# Docs
4-
gem 'jazzy', '0.15.3'
4+
gem 'jazzy', '0.15.4'
55

66
# Development
77
gem 'xcpretty', '0.3.0'

Gemfile.lock

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1.2)
8+
activesupport (7.2.2.2)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
@@ -22,13 +23,14 @@ GEM
2223
httpclient (~> 2.8, >= 2.8.3)
2324
json (>= 1.5.1)
2425
atomos (0.1.3)
25-
base64 (0.2.0)
26-
bigdecimal (3.1.8)
26+
base64 (0.3.0)
27+
benchmark (0.5.0)
28+
bigdecimal (3.3.1)
2729
claide (1.1.0)
28-
cocoapods (1.16.1)
30+
cocoapods (1.16.2)
2931
addressable (~> 2.8)
3032
claide (>= 1.0.2, < 2.0)
31-
cocoapods-core (= 1.16.1)
33+
cocoapods-core (= 1.16.2)
3234
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3335
cocoapods-downloader (>= 2.1, < 3.0)
3436
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -42,8 +44,8 @@ GEM
4244
molinillo (~> 0.8.0)
4345
nap (~> 1.0)
4446
ruby-macho (>= 2.3.0, < 3.0)
45-
xcodeproj (>= 1.26.0, < 2.0)
46-
cocoapods-core (1.16.1)
47+
xcodeproj (>= 1.27.0, < 2.0)
48+
cocoapods-core (1.16.2)
4749
activesupport (>= 5.0, < 8)
4850
addressable (~> 2.8)
4951
algoliasearch (~> 1.0)
@@ -63,22 +65,26 @@ GEM
6365
netrc (~> 0.11)
6466
cocoapods-try (1.2.0)
6567
colored2 (3.1.2)
66-
concurrent-ruby (1.3.4)
67-
connection_pool (2.4.1)
68-
drb (2.2.1)
68+
concurrent-ruby (1.3.5)
69+
connection_pool (2.5.4)
70+
drb (2.2.3)
6971
escape (0.0.4)
70-
ethon (0.16.0)
72+
ethon (0.15.0)
7173
ffi (>= 1.15.0)
72-
ffi (1.17.0-arm64-darwin)
73-
ffi (1.17.0-x86_64-darwin)
74+
ffi (1.17.2-arm64-darwin)
75+
ffi (1.17.2-x86_64-darwin)
76+
ffi (1.17.2-x86_64-linux-gnu)
7477
fourflusher (2.3.1)
7578
fuzzy_match (2.0.4)
7679
gh_inspector (1.1.3)
77-
httpclient (2.8.3)
78-
i18n (1.14.6)
80+
httpclient (2.9.0)
81+
mutex_m
82+
i18n (1.14.7)
7983
concurrent-ruby (~> 1.0)
80-
jazzy (0.15.3)
84+
jazzy (0.15.4)
85+
activesupport (>= 5.0, < 8)
8186
cocoapods (~> 1.5)
87+
logger
8288
mustache (~> 1.1)
8389
open4 (~> 1.3)
8490
redcarpet (~> 3.4)
@@ -87,12 +93,13 @@ GEM
8793
sassc (~> 2.1)
8894
sqlite3 (~> 1.3)
8995
xcinvoke (~> 0.3.0)
90-
json (2.7.4)
96+
json (2.15.2)
9197
liferaft (0.0.6)
92-
logger (1.6.1)
93-
minitest (5.25.1)
98+
logger (1.7.0)
99+
minitest (5.26.0)
94100
molinillo (0.8.0)
95101
mustache (1.1.1)
102+
mutex_m (0.3.0)
96103
nanaimo (0.4.0)
97104
nap (1.1.0)
98105
netrc (0.11.0)
@@ -101,22 +108,23 @@ GEM
101108
plist (3.7.1)
102109
public_suffix (4.0.7)
103110
rake (13.2.1)
104-
redcarpet (3.6.0)
105-
rexml (3.3.9)
111+
redcarpet (3.6.1)
112+
rexml (3.4.4)
106113
rouge (2.0.7)
107114
ruby-macho (2.5.1)
108115
sassc (2.4.0)
109116
ffi (~> 1.9)
110-
securerandom (0.3.1)
117+
securerandom (0.4.1)
111118
sqlite3 (1.7.3-arm64-darwin)
112119
sqlite3 (1.7.3-x86_64-darwin)
113-
typhoeus (1.4.1)
114-
ethon (>= 0.9.0)
120+
sqlite3 (1.7.3-x86_64-linux)
121+
typhoeus (1.5.0)
122+
ethon (>= 0.9.0, < 0.16.0)
115123
tzinfo (2.0.6)
116124
concurrent-ruby (~> 1.0)
117125
xcinvoke (0.3.0)
118126
liferaft (~> 0.0.6)
119-
xcodeproj (1.26.0)
127+
xcodeproj (1.27.0)
120128
CFPropertyList (>= 2.3.3, < 4.0)
121129
atomos (~> 0.1.3)
122130
claide (>= 1.0.2, < 2.0)
@@ -129,12 +137,13 @@ GEM
129137
PLATFORMS
130138
arm64-darwin
131139
x86_64-darwin
140+
x86_64-linux
132141

133142
DEPENDENCIES
134-
jazzy (= 0.15.3)
143+
jazzy (= 0.15.4)
135144
plist (= 3.7.1)
136145
rake (= 13.2.1)
137146
xcpretty (= 0.3.0)
138147

139148
BUNDLED WITH
140-
2.5.22
149+
2.3.27

0 commit comments

Comments
 (0)