Skip to content

Commit 71d26a2

Browse files
committed
Land rapid7#8819, unpin dnsruby
2 parents 4315c2d + 59cccff commit 71d26a2

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Gemfile

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

6-
# These pull in pre-release gems in order to fix specific issues.
7-
# XXX https://github.com/alexdalitz/dnsruby/pull/134
8-
gem 'dnsruby', git: 'https://github.com/alexdalitz/dnsruby'
9-
106
# separate from test as simplecov is not run on travis-ci
117
group :coverage do
128
# code coverage for tests

Gemfile.lock

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
GIT
2-
remote: https://github.com/alexdalitz/dnsruby
3-
revision: 09c3890ccfaedb7fd4951f56575d5c53651e0140
4-
specs:
5-
dnsruby (1.60.1)
6-
71
PATH
82
remote: .
93
specs:
@@ -119,6 +113,7 @@ GEM
119113
builder (3.2.3)
120114
coderay (1.1.1)
121115
diff-lcs (1.3)
116+
dnsruby (1.60.2)
122117
docile (1.1.5)
123118
erubis (2.7.0)
124119
factory_girl (4.8.0)
@@ -364,7 +359,6 @@ PLATFORMS
364359
ruby
365360

366361
DEPENDENCIES
367-
dnsruby!
368362
factory_girl_rails
369363
fivemat
370364
metasploit-aggregator

0 commit comments

Comments
 (0)