Skip to content

Commit

Permalink
gemspec: Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Dec 20, 2021
1 parent bf757ee commit 9ebb1c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arachni.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Gem::Specification.new do |s|

s.add_dependency 'awesome_print', '1.6.1'

s.add_dependency 'rack', '1.6.4'
s.add_dependency 'rack', '2.2.3'
s.add_dependency 'rack-test'

# Don't specify version, messes with the packages since they always grab the
# latest one.
Expand Down Expand Up @@ -76,8 +77,8 @@ Gem::Specification.new do |s|
s.add_dependency 'puma', '3.12.0'

# REST API
s.add_dependency 'sinatra', '1.4.6'
s.add_dependency 'sinatra-contrib', '1.4.6'
s.add_dependency 'sinatra', '2.1.0'
s.add_dependency 'sinatra-contrib', '2.1.0'

# RPC client/server implementation.
s.add_dependency 'arachni-rpc', '~> 0.2.1.4'
Expand Down

0 comments on commit 9ebb1c1

Please sign in to comment.