Skip to content

Commit c937c4b

Browse files
committed
Merge pull request rapid7#3641 from limhoff-r7/bug/MSP-11046/resource
MSP-11046 #land
2 parents 1d430db + e051272 commit c937c4b

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ group :db do
1515
end
1616

1717
group :development do
18-
# Style/sanity checking Ruby code
19-
gem 'rubocop'
2018
# Markdown formatting for yard
2119
gem 'redcarpet'
2220
# generating documentation

Gemfile.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ GEM
4545
arel (3.0.3)
4646
arel-helpers (2.0.1)
4747
activerecord (>= 3.1.0, < 5)
48-
ast (2.0.0)
4948
bcrypt (3.1.7)
5049
builder (3.0.4)
5150
coderay (1.1.0)
@@ -88,12 +87,8 @@ GEM
8887
nokogiri (1.6.3.1)
8988
mini_portile (= 0.6.0)
9089
packetfu (1.1.9)
91-
parser (2.1.9)
92-
ast (>= 1.1, < 3.0)
93-
slop (~> 3.4, >= 3.4.5)
9490
pcaprub (0.11.3)
9591
pg (0.17.1)
96-
powerpack (0.0.9)
9792
pry (0.10.0)
9893
coderay (~> 1.1.0)
9994
method_source (~> 0.8.1)
@@ -112,7 +107,6 @@ GEM
112107
rake (>= 0.8.7)
113108
rdoc (~> 3.4)
114109
thor (>= 0.14.6, < 2.0)
115-
rainbow (2.0.0)
116110
rake (10.3.2)
117111
rdoc (3.12.2)
118112
json (~> 1.4)
@@ -138,14 +132,6 @@ GEM
138132
rspec-core (~> 2.99.0)
139133
rspec-expectations (~> 2.99.0)
140134
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)
149135
rubyntlm (0.4.0)
150136
rubyzip (1.1.6)
151137
shoulda-matchers (2.6.2)
@@ -185,7 +171,6 @@ DEPENDENCIES
185171
redcarpet
186172
rspec (>= 2.12, < 3.0.0)
187173
rspec-rails (>= 2.12, < 3.0.0)
188-
rubocop
189174
shoulda-matchers
190175
simplecov (= 0.5.4)
191176
timecop

lib/metasploit/framework/command/console.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def driver_options
4747
driver_options['ModulePath'] = options.modules.path
4848
driver_options['Plugins'] = options.console.plugins
4949
driver_options['RealReadline'] = options.console.real_readline
50-
driver_options['Resource'] = options.console.resource
50+
driver_options['Resource'] = options.console.resources
5151
driver_options['XCommands'] = options.console.commands
5252

5353
@driver_options = driver_options

0 commit comments

Comments
 (0)