File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 40
40
http-cookie
41
41
irb
42
42
jsobfu
43
- json
43
+ json ( = 2.10.2 )
44
44
lru_redux
45
45
metasm
46
46
metasploit-concern
@@ -176,15 +176,15 @@ GEM
176
176
activerecord (>= 3.1.0 , < 8.1 )
177
177
ast (2.4.3 )
178
178
aws-eventstream (1.4.0 )
179
- aws-partitions (1.1132 .0 )
179
+ aws-partitions (1.1134 .0 )
180
180
aws-sdk-core (3.227.0 )
181
181
aws-eventstream (~> 1 , >= 1.3.0 )
182
182
aws-partitions (~> 1 , >= 1.992.0 )
183
183
aws-sigv4 (~> 1.9 )
184
184
base64
185
185
jmespath (~> 1 , >= 1.6.1 )
186
186
logger
187
- aws-sdk-ec2 (1.540 .0 )
187
+ aws-sdk-ec2 (1.541 .0 )
188
188
aws-sdk-core (~> 3 , >= 3.227.0 )
189
189
aws-sigv4 (~> 1.5 )
190
190
aws-sdk-ec2instanceconnect (1.59.0 )
229
229
irb (~> 1.10 )
230
230
reline (>= 0.3.8 )
231
231
diff-lcs (1.6.2 )
232
- dnsruby (1.72.4 )
233
- base64 (~> 0.2.0 )
234
- logger (~> 1.6.5 )
232
+ dnsruby (1.72.2 )
235
233
simpleidn (~> 0.2.1 )
236
234
docile (1.4.1 )
237
235
domain_name (0.6.20240107 )
300
298
jmespath (1.6.2 )
301
299
jsobfu (0.4.2 )
302
300
rkelly-remix
303
- json (2.13.0 )
301
+ json (2.10.2 )
304
302
language_server-protocol (3.17.0.5 )
305
303
license_finder (5.11.1 )
306
304
bundler
311
309
xml-simple
312
310
lint_roller (1.1.0 )
313
311
little-plugger (1.1.4 )
314
- logger (1.6.6 )
312
+ logger (1.7.0 )
315
313
logging (2.4.0 )
316
314
little-plugger (~> 1.1 )
317
315
multi_json (~> 1.14 )
368
366
mime-types (3.7.0 )
369
367
logger
370
368
mime-types-data (~> 3.2025 , >= 3.2025.0507 )
371
- mime-types-data (3.2025.0715 )
369
+ mime-types-data (3.2025.0722 )
372
370
mini_portile2 (2.8.9 )
373
371
minitest (5.25.5 )
374
372
mqtt (0.6.0 )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
59
59
# Needed for Javascript obfuscation
60
60
spec . add_runtime_dependency 'jsobfu'
61
61
# Needed for some admin modules (scrutinizer_add_user.rb)
62
- spec . add_runtime_dependency 'json'
62
+ spec . add_runtime_dependency 'json' , '2.10.2' # Pinned https://github.com/ruby/json/issues/827
63
63
# Metasm compiler/decompiler/assembler
64
64
spec . add_runtime_dependency 'metasm'
65
65
# Needed for aarch64 assembler support - as Metasm does not currently support Aarch64 fully
You can’t perform that action at this time.
0 commit comments