Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Bump for engine 43 #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ssh_scan_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.description = 'An API for performing SSH scans'
s.homepage = 'http://rubygems.org/gems/ssh_scan_api'

s.add_dependency('ssh_scan', '0.0.35')
s.add_dependency('ssh_scan', '0.0.43')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, yikes!

s.add_dependency('sinatra')
s.add_dependency('sinatra-contrib')
s.add_dependency('sinatra-activerecord')
Expand Down