Skip to content

Commit 9800d45

Browse files
committed
Land rapid7#9543, bump gems, remove rbnacl/ffi since unneeded
2 parents 285b329 + 316e657 commit 9800d45

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

Gemfile.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ PATH
3838
pg (= 0.20.0)
3939
railties
4040
rb-readline
41-
rbnacl (< 5.0.0)
4241
recog
4342
redcarpet
4443
rex-arch
@@ -73,7 +72,7 @@ PATH
7372
GEM
7473
remote: https://rubygems.org/
7574
specs:
76-
Ascii85 (1.0.2)
75+
Ascii85 (1.0.3)
7776
actionpack (4.2.10)
7877
actionview (= 4.2.10)
7978
activesupport (= 4.2.10)
@@ -103,12 +102,12 @@ GEM
103102
public_suffix (>= 2.0.2, < 4.0)
104103
afm (0.2.2)
105104
arel (6.0.4)
106-
arel-helpers (2.5.0)
105+
arel-helpers (2.6.1)
107106
activerecord (>= 3.1.0, < 6)
108-
backports (3.11.0)
107+
backports (3.11.1)
109108
bcrypt (3.1.11)
110109
bcrypt_pbkdf (1.0.0)
111-
bindata (2.4.1)
110+
bindata (2.4.2)
112111
bit-struct (0.16)
113112
builder (3.2.3)
114113
coderay (1.1.2)
@@ -127,7 +126,6 @@ GEM
127126
i18n (>= 0.7)
128127
faraday (0.13.1)
129128
multipart-post (>= 1.2, < 3)
130-
ffi (1.9.18)
131129
filesize (0.1.1)
132130
fivemat (1.3.5)
133131
google-protobuf (3.5.1)
@@ -249,8 +247,6 @@ GEM
249247
thor (>= 0.18.1, < 2.0)
250248
rake (12.3.0)
251249
rb-readline (0.5.5)
252-
rbnacl (4.0.2)
253-
ffi
254250
recog (2.1.17)
255251
nokogiri
256252
redcarpet (3.4.0)
@@ -352,7 +348,7 @@ GEM
352348
ttfunk (1.5.1)
353349
tzinfo (1.2.4)
354350
thread_safe (~> 0.1)
355-
tzinfo-data (1.2017.3)
351+
tzinfo-data (1.2018.3)
356352
tzinfo (>= 1.0.0)
357353
windows_error (0.1.2)
358354
xdr (2.0.0)

metasploit-framework.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ Gem::Specification.new do |spec|
125125
spec.add_runtime_dependency 'dnsruby'
126126
spec.add_runtime_dependency 'mqtt'
127127
spec.add_runtime_dependency 'net-ssh'
128-
spec.add_runtime_dependency 'rbnacl', ['< 5.0.0']
129128
spec.add_runtime_dependency 'bcrypt_pbkdf'
130129
spec.add_runtime_dependency 'ruby_smb'
131130

0 commit comments

Comments
 (0)