File tree 4 files changed +0
-9
lines changed
4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 8
8
aws-sdk-ec2
9
9
aws-sdk-iam
10
10
aws-sdk-s3
11
- backports
12
11
bcrypt (= 3.1.12 )
13
12
bcrypt_pbkdf
14
13
bit-struct
136
135
aws-sigv4 (~> 1.1 )
137
136
aws-sigv4 (1.1.0 )
138
137
aws-eventstream (~> 1.0 , >= 1.0.2 )
139
- backports (3.15.0 )
140
138
bcrypt (3.1.12 )
141
139
bcrypt_pbkdf (1.0.1 )
142
140
bindata (2.4.4 )
Original file line number Diff line number Diff line change 10
10
#
11
11
###
12
12
13
- # Include backported features for older versions of Ruby
14
- require 'backports'
15
-
16
13
# The framework-core depends on Rex
17
14
require 'rex'
18
15
require 'rex/ui'
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ Gem::Specification.new do |spec|
52
52
spec . add_runtime_dependency 'activesupport' , *Metasploit ::Framework ::RailsVersionConstraint ::RAILS_VERSION
53
53
# Needed for config.action_view for view plugin compatibility for Pro
54
54
spec . add_runtime_dependency 'actionpack' , *Metasploit ::Framework ::RailsVersionConstraint ::RAILS_VERSION
55
- # Backports Ruby features across language versions
56
- spec . add_runtime_dependency 'backports'
57
55
# Needed for some admin modules (cfme_manageiq_evm_pass_reset.rb)
58
56
spec . add_runtime_dependency 'bcrypt' , '3.1.12'
59
57
# Needed for Javascript obfuscation
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ while File.symlink?(msfbase)
13
13
msfbase = File . expand_path ( File . readlink ( msfbase ) , File . dirname ( msfbase ) )
14
14
end
15
15
16
- require 'backports'
17
-
18
16
class Msfupdate
19
17
attr_reader :stdin
20
18
attr_reader :stdout
You can’t perform that action at this time.
0 commit comments