File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
http-cookie
41
41
irb
42
42
jsobfu
43
- json ( = 2.10.2 )
43
+ json
44
44
lru_redux
45
45
metasm
46
46
metasploit-concern
298
298
jmespath (1.6.2 )
299
299
jsobfu (0.4.2 )
300
300
rkelly-remix
301
- json (2.10.2 )
301
+ json (2.13.1 )
302
302
language_server-protocol (3.17.0.5 )
303
303
license_finder (5.11.1 )
304
304
bundler
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' , '2.10.2' # Pinned https://github.com/ruby/json/issues/827
62
+ spec . add_runtime_dependency 'json'
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