File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 28
28
actionpack (~> 4.2.6 )
29
29
activerecord (~> 4.2.6 )
30
30
activesupport (~> 4.2.6 )
31
+ backports
31
32
bcrypt
32
33
bit-struct
33
34
filesize
126
127
ffi (~> 1.9.10 )
127
128
rspec-expectations (>= 2.99 )
128
129
thor (~> 0.19 )
130
+ backports (3.8.0 )
129
131
bcrypt (3.1.11 )
130
132
bindata (2.4.0 )
131
133
builder (3.2.3 )
Original file line number Diff line number Diff line change 12
12
13
13
# Sanity check this version of ruby
14
14
require 'msf/sanity'
15
+ require 'backports'
15
16
16
17
# The framework-core depends on Rex
17
18
require 'rex'
Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ Gem::Specification.new do |spec|
47
47
spec . add_runtime_dependency 'activesupport' , *Metasploit ::Framework ::RailsVersionConstraint ::RAILS_VERSION
48
48
# Needed for config.action_view for view plugin compatibility for Pro
49
49
spec . add_runtime_dependency 'actionpack' , *Metasploit ::Framework ::RailsVersionConstraint ::RAILS_VERSION
50
+ # Backports Ruby features across language versions
51
+ spec . add_runtime_dependency 'backports'
50
52
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
51
53
spec . add_runtime_dependency 'bcrypt'
52
54
# Needed for Javascript obfuscation
You can’t perform that action at this time.
0 commit comments