Skip to content

Commit 0a531b4

Browse files
authored
Merge pull request #20422 from adfoster-r7/update-jsonrpc-dependencies
Update jsonrpc dependencies
2 parents c2971d5 + 77f6110 commit 0a531b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ PATH
7070
pdf-reader
7171
pg
7272
puma
73-
rack (~> 2.2)
73+
rack
7474
railties
7575
rasn1 (= 0.14.0)
7676
rb-readline
@@ -101,13 +101,13 @@ PATH
101101
ruby_smb (~> 3.3.15)
102102
rubyntlm
103103
rubyzip
104-
sinatra (~> 3.2)
104+
sinatra
105105
sqlite3 (= 1.7.3)
106106
sshkey
107107
stringio (= 3.1.1)
108108
swagger-blocks
109109
syslog
110-
thin (~> 1.8)
110+
thin
111111
tzinfo
112112
tzinfo-data
113113
unix-crypt

metasploit-framework.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Gem::Specification.new do |spec|
108108
# Required for Metasploit Web Services
109109
spec.add_runtime_dependency 'puma'
110110
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'
114114
spec.add_runtime_dependency 'warden'
115115
spec.add_runtime_dependency 'swagger-blocks'
116116
# Required for JSON-RPC client

0 commit comments

Comments
 (0)