Skip to content

Commit 63ae70f

Browse files
author
Brent Cook
committed
remove pry/method_source git binding, this is not a vital update
1 parent ce9cfa5 commit 63ae70f

File tree

2 files changed

+8
-21
lines changed

2 files changed

+8
-21
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
33
# spec.add_runtime_dependency '<name>', [<version requirements>]
44
gemspec name: 'metasploit-framework'
55

6-
gem 'method_source', git: 'https://github.com/banister/method_source', branch: 'master'
7-
86
# separate from test as simplecov is not run on travis-ci
97
group :coverage do
108
# code coverage for tests
@@ -17,7 +15,7 @@ group :development do
1715
# generating documentation
1816
gem 'yard'
1917
# for development and testing purposes
20-
gem 'pry', git: 'https://github.com/pry/pry', branch: 'master'
18+
gem 'pry'
2119
# module documentation
2220
gem 'octokit'
2321
# metasploit-aggregator as a framework only option for now

Gemfile.lock

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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-
171
PATH
182
remote: .
193
specs:
@@ -223,6 +207,7 @@ GEM
223207
railties (~> 4.2.6)
224208
recog (~> 2.0)
225209
metasploit_payloads-mettle (0.1.9)
210+
method_source (0.8.2)
226211
mime-types (3.1)
227212
mime-types-data (~> 3.2015)
228213
mime-types-data (3.2016.0521)
@@ -253,6 +238,10 @@ GEM
253238
activerecord (>= 4.0.0)
254239
arel (>= 4.0.1)
255240
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)
256245
public_suffix (2.0.5)
257246
rack (1.6.8)
258247
rack-test (0.6.3)
@@ -360,6 +349,7 @@ GEM
360349
json (>= 1.8, < 3)
361350
simplecov-html (~> 0.10.0)
362351
simplecov-html (0.10.1)
352+
slop (3.6.0)
363353
sqlite3 (1.3.13)
364354
sshkey (1.9.0)
365355
thor (0.19.4)
@@ -385,9 +375,8 @@ DEPENDENCIES
385375
fivemat
386376
metasploit-aggregator
387377
metasploit-framework!
388-
method_source!
389378
octokit
390-
pry!
379+
pry
391380
rake
392381
redcarpet
393382
rspec-rails

0 commit comments

Comments
 (0)