Skip to content

Commit 485b458

Browse files
committed
Unpin json dependency
1 parent 75d02b5 commit 485b458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PATH
4040
http-cookie
4141
irb
4242
jsobfu
43-
json (= 2.10.2)
43+
json
4444
lru_redux
4545
metasm
4646
metasploit-concern
@@ -298,7 +298,7 @@ GEM
298298
jmespath (1.6.2)
299299
jsobfu (0.4.2)
300300
rkelly-remix
301-
json (2.10.2)
301+
json (2.13.1)
302302
language_server-protocol (3.17.0.5)
303303
license_finder (5.11.1)
304304
bundler

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
5959
# Needed for Javascript obfuscation
6060
spec.add_runtime_dependency 'jsobfu'
6161
# 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'
6363
# Metasm compiler/decompiler/assembler
6464
spec.add_runtime_dependency 'metasm'
6565
# Needed for aarch64 assembler support - as Metasm does not currently support Aarch64 fully

0 commit comments

Comments
 (0)