File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 70
70
pdf-reader
71
71
pg
72
72
puma
73
- rack ( ~> 2.2 )
73
+ rack
74
74
railties
75
75
rasn1 (= 0.14.0 )
76
76
rb-readline
@@ -101,13 +101,13 @@ PATH
101
101
ruby_smb (~> 3.3.15 )
102
102
rubyntlm
103
103
rubyzip
104
- sinatra ( ~> 3.2 )
104
+ sinatra
105
105
sqlite3 (= 1.7.3 )
106
106
sshkey
107
107
stringio (= 3.1.1 )
108
108
swagger-blocks
109
109
syslog
110
- thin ( ~> 1.8 )
110
+ thin
111
111
tzinfo
112
112
tzinfo-data
113
113
unix-crypt
Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ Gem::Specification.new do |spec|
108
108
# Required for Metasploit Web Services
109
109
spec . add_runtime_dependency 'puma'
110
110
spec . add_runtime_dependency 'ruby-mysql'
111
- spec . add_runtime_dependency 'thin' , '~> 1.8' # Additional dev cycles required to update thin/sinatra/etc to a major version
112
- spec . add_runtime_dependency 'sinatra' , '~> 3.2'
113
- spec . add_runtime_dependency 'rack' , '~> 2.2'
111
+ spec . add_runtime_dependency 'thin'
112
+ spec . add_runtime_dependency 'sinatra'
113
+ spec . add_runtime_dependency 'rack'
114
114
spec . add_runtime_dependency 'warden'
115
115
spec . add_runtime_dependency 'swagger-blocks'
116
116
# Required for JSON-RPC client
You can’t perform that action at this time.
0 commit comments