Skip to content

Commit 6485042

Browse files
author
Brent Cook
committed
update rubyntlm to use the released gem
1 parent 7355817 commit 6485042

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gemspec name: 'metasploit-framework'
55

66
gem 'bit-struct', git: 'https://github.com/busterb/bit-struct', branch: 'ruby-2.4'
77
gem 'method_source', git: 'https://github.com/banister/method_source', branch: 'master'
8-
gem 'rubyntlm', git: 'https://github.com/WinRb/rubyntlm', branch: 'master'
98

109
# separate from test as simplecov is not run on travis-ci
1110
group :coverage do

Gemfile.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
GIT
2-
remote: https://github.com/WinRb/rubyntlm
3-
revision: 38aaf1d59dd1a443e4a9c0aea2be232cfe262772
4-
branch: master
5-
specs:
6-
rubyntlm (0.6.2)
7-
81
GIT
92
remote: https://github.com/banister/method_source
103
revision: 0cc6cc8e15d08880585e8cb0c54e13c3cf937c54
@@ -354,6 +347,7 @@ GEM
354347
bindata
355348
rubyntlm
356349
windows_error
350+
rubyntlm (0.6.1)
357351
rubyzip (1.2.1)
358352
sawyer (0.8.1)
359353
addressable (>= 2.3.5, < 2.6)
@@ -402,7 +396,6 @@ DEPENDENCIES
402396
rake
403397
redcarpet
404398
rspec-rails
405-
rubyntlm!
406399
shoulda-matchers
407400
simplecov
408401
timecop

0 commit comments

Comments
 (0)