File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 38
38
pg (= 0.20.0 )
39
39
railties
40
40
rb-readline
41
- rbnacl (< 5.0.0 )
42
41
recog
43
42
redcarpet
44
43
rex-arch
73
72
GEM
74
73
remote: https://rubygems.org/
75
74
specs:
76
- Ascii85 (1.0.2 )
75
+ Ascii85 (1.0.3 )
77
76
actionpack (4.2.10 )
78
77
actionview (= 4.2.10 )
79
78
activesupport (= 4.2.10 )
@@ -103,12 +102,12 @@ GEM
103
102
public_suffix (>= 2.0.2 , < 4.0 )
104
103
afm (0.2.2 )
105
104
arel (6.0.4 )
106
- arel-helpers (2.5.0 )
105
+ arel-helpers (2.6.1 )
107
106
activerecord (>= 3.1.0 , < 6 )
108
- backports (3.11.0 )
107
+ backports (3.11.1 )
109
108
bcrypt (3.1.11 )
110
109
bcrypt_pbkdf (1.0.0 )
111
- bindata (2.4.1 )
110
+ bindata (2.4.2 )
112
111
bit-struct (0.16 )
113
112
builder (3.2.3 )
114
113
coderay (1.1.2 )
127
126
i18n (>= 0.7 )
128
127
faraday (0.13.1 )
129
128
multipart-post (>= 1.2 , < 3 )
130
- ffi (1.9.18 )
131
129
filesize (0.1.1 )
132
130
fivemat (1.3.5 )
133
131
google-protobuf (3.5.1 )
249
247
thor (>= 0.18.1 , < 2.0 )
250
248
rake (12.3.0 )
251
249
rb-readline (0.5.5 )
252
- rbnacl (4.0.2 )
253
- ffi
254
250
recog (2.1.17 )
255
251
nokogiri
256
252
redcarpet (3.4.0 )
352
348
ttfunk (1.5.1 )
353
349
tzinfo (1.2.4 )
354
350
thread_safe (~> 0.1 )
355
- tzinfo-data (1.2017 .3 )
351
+ tzinfo-data (1.2018 .3 )
356
352
tzinfo (>= 1.0.0 )
357
353
windows_error (0.1.2 )
358
354
xdr (2.0.0 )
Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ Gem::Specification.new do |spec|
125
125
spec . add_runtime_dependency 'dnsruby'
126
126
spec . add_runtime_dependency 'mqtt'
127
127
spec . add_runtime_dependency 'net-ssh'
128
- spec . add_runtime_dependency 'rbnacl' , [ '< 5.0.0' ]
129
128
spec . add_runtime_dependency 'bcrypt_pbkdf'
130
129
spec . add_runtime_dependency 'ruby_smb'
131
130
You can’t perform that action at this time.
0 commit comments