Land #6172, fix problem encoding unicode strings with jsobfu

bug/bundler_fix
Brent Cook 2015-11-02 17:30:06 -06:00
commit 4320097025
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ PATH
activesupport (>= 4.0.9, < 4.1.0)
bcrypt
filesize
jsobfu (~> 0.2.0)
jsobfu (~> 0.3.0)
json
metasm (~> 1.0.2)
metasploit-concern (= 1.0.0)
@ -105,7 +105,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)

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