1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00

Bump jsobfu to 0.3.0

This commit is contained in:
wchen-r7 2015-10-30 13:06:53 -05:00
parent 57304a30a8
commit db0518dd3c
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@ PATH
actionpack (>= 4.0.9, < 4.1.0)
activesupport (>= 4.0.9, < 4.1.0)
bcrypt
jsobfu (~> 0.2.0)
jsobfu (~> 0.3.0)
json
metasm (~> 1.0.2)
metasploit-concern (= 1.0.0)
@ -103,7 +103,7 @@ GEM
multi_json (~> 1.3)
hike (1.2.3)
i18n (0.7.0)
jsobfu (0.2.1)
jsobfu (0.3.0)
rkelly-remix (= 0.0.6)
json (1.8.3)
mail (2.6.3)
@ -251,3 +251,6 @@ DEPENDENCIES
simplecov
timecop
yard
BUNDLED WITH
1.10.6

View File

@ -52,7 +52,7 @@ Gem::Specification.new do |spec|
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
spec.add_runtime_dependency 'bcrypt'
# Needed for Javascript obfuscation
spec.add_runtime_dependency 'jsobfu', '~> 0.2.0'
spec.add_runtime_dependency 'jsobfu', '~> 0.3.0'
# Needed for some admin modules (scrutinizer_add_user.rb)
spec.add_runtime_dependency 'json'
# Metasm compiler/decompiler/assembler