File tree Expand file tree Collapse file tree 3 files changed +1
-18
lines changed
lib/metasploit/framework/command Expand file tree Collapse file tree 3 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ group :db do
15
15
end
16
16
17
17
group :development do
18
- # Style/sanity checking Ruby code
19
- gem 'rubocop'
20
18
# Markdown formatting for yard
21
19
gem 'redcarpet'
22
20
# generating documentation
Original file line number Diff line number Diff line change 45
45
arel (3.0.3 )
46
46
arel-helpers (2.0.1 )
47
47
activerecord (>= 3.1.0 , < 5 )
48
- ast (2.0.0 )
49
48
bcrypt (3.1.7 )
50
49
builder (3.0.4 )
51
50
coderay (1.1.0 )
88
87
nokogiri (1.6.3.1 )
89
88
mini_portile (= 0.6.0 )
90
89
packetfu (1.1.9 )
91
- parser (2.1.9 )
92
- ast (>= 1.1 , < 3.0 )
93
- slop (~> 3.4 , >= 3.4.5 )
94
90
pcaprub (0.11.3 )
95
91
pg (0.17.1 )
96
- powerpack (0.0.9 )
97
92
pry (0.10.0 )
98
93
coderay (~> 1.1.0 )
99
94
method_source (~> 0.8.1 )
112
107
rake (>= 0.8.7 )
113
108
rdoc (~> 3.4 )
114
109
thor (>= 0.14.6 , < 2.0 )
115
- rainbow (2.0.0 )
116
110
rake (10.3.2 )
117
111
rdoc (3.12.2 )
118
112
json (~> 1.4 )
138
132
rspec-core (~> 2.99.0 )
139
133
rspec-expectations (~> 2.99.0 )
140
134
rspec-mocks (~> 2.99.0 )
141
- rubocop (0.23.0 )
142
- json (>= 1.7.7 , < 2 )
143
- parser (~> 2.1.9 )
144
- powerpack (~> 0.0.6 )
145
- rainbow (>= 1.99.1 , < 3.0 )
146
- ruby-progressbar (~> 1.4 )
147
- ruby-progressbar (1.5.1 )
148
- activesupport (>= 3.0.0 )
149
135
rubyntlm (0.4.0 )
150
136
rubyzip (1.1.6 )
151
137
shoulda-matchers (2.6.2 )
@@ -185,7 +171,6 @@ DEPENDENCIES
185
171
redcarpet
186
172
rspec (>= 2.12 , < 3.0.0 )
187
173
rspec-rails (>= 2.12 , < 3.0.0 )
188
- rubocop
189
174
shoulda-matchers
190
175
simplecov (= 0.5.4 )
191
176
timecop
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def driver_options
47
47
driver_options [ 'ModulePath' ] = options . modules . path
48
48
driver_options [ 'Plugins' ] = options . console . plugins
49
49
driver_options [ 'RealReadline' ] = options . console . real_readline
50
- driver_options [ 'Resource' ] = options . console . resource
50
+ driver_options [ 'Resource' ] = options . console . resources
51
51
driver_options [ 'XCommands' ] = options . console . commands
52
52
53
53
@driver_options = driver_options
You can’t perform that action at this time.
0 commit comments