File tree Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Expand file tree Collapse file tree 2 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ source 'https://rubygems.org'
3
3
# spec.add_runtime_dependency '<name>', [<version requirements>]
4
4
gemspec name : 'metasploit-framework'
5
5
6
- gem 'method_source' , git : 'https://github.com/banister/method_source' , branch : 'master'
7
-
8
6
# separate from test as simplecov is not run on travis-ci
9
7
group :coverage do
10
8
# code coverage for tests
@@ -17,7 +15,7 @@ group :development do
17
15
# generating documentation
18
16
gem 'yard'
19
17
# for development and testing purposes
20
- gem 'pry' , git : 'https://github.com/pry/pry' , branch : 'master'
18
+ gem 'pry'
21
19
# module documentation
22
20
gem 'octokit'
23
21
# metasploit-aggregator as a framework only option for now
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/banister/method_source
3
- revision: 0cc6cc8e15d08880585e8cb0c54e13c3cf937c54
4
- branch: master
5
- specs:
6
- method_source (0.8.1 )
7
-
8
- GIT
9
- remote: https://github.com/pry/pry
10
- revision: f19d3e2ae86a677e1e926016fa1a5763675e3659
11
- branch: master
12
- specs:
13
- pry (0.10.4 )
14
- coderay (~> 1.1.0 )
15
- method_source (~> 0.8.1 )
16
-
17
1
PATH
18
2
remote: .
19
3
specs:
223
207
railties (~> 4.2.6 )
224
208
recog (~> 2.0 )
225
209
metasploit_payloads-mettle (0.1.9 )
210
+ method_source (0.8.2 )
226
211
mime-types (3.1 )
227
212
mime-types-data (~> 3.2015 )
228
213
mime-types-data (3.2016.0521 )
253
238
activerecord (>= 4.0.0 )
254
239
arel (>= 4.0.1 )
255
240
pg_array_parser (~> 0.0.9 )
241
+ pry (0.10.4 )
242
+ coderay (~> 1.1.0 )
243
+ method_source (~> 0.8.1 )
244
+ slop (~> 3.4 )
256
245
public_suffix (2.0.5 )
257
246
rack (1.6.8 )
258
247
rack-test (0.6.3 )
360
349
json (>= 1.8 , < 3 )
361
350
simplecov-html (~> 0.10.0 )
362
351
simplecov-html (0.10.1 )
352
+ slop (3.6.0 )
363
353
sqlite3 (1.3.13 )
364
354
sshkey (1.9.0 )
365
355
thor (0.19.4 )
@@ -385,9 +375,8 @@ DEPENDENCIES
385
375
fivemat
386
376
metasploit-aggregator
387
377
metasploit-framework !
388
- method_source !
389
378
octokit
390
- pry !
379
+ pry
391
380
rake
392
381
redcarpet
393
382
rspec-rails
You can’t perform that action at this time.
0 commit comments