Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 79a4533

Browse files
author
Jonathan Claudius
authored
Merge pull request #436 from mozilla/bump_ci_rubies
Bump CI ruby versions
2 parents 9980272 + 6335fee commit 79a4533

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,23 @@ matrix:
1111
- LABEL=unit_tests
1212
after_success:
1313
- coveralls
14-
- rvm: 2.5.0
14+
- rvm: 2.5.1
1515
env:
1616
- LABEL=unit_tests
17-
- rvm: 2.4.3
17+
- rvm: 2.4.4
1818
env:
1919
- LABEL=unit_tests
2020
- rvm: 2.3.6
2121
env:
2222
- LABEL=unit_tests
23-
- rvm: 2.3.6
23+
- rvm: 2.5.1
24+
env:
25+
- LABEL=gem_integration_tests
26+
script:
27+
- gem install ssh_scan
28+
- chmod 755 ./spec/ssh_scan/integration.sh
29+
- ./spec/ssh_scan/integration.sh
30+
- rvm: 2.4.4
2431
env:
2532
- LABEL=gem_integration_tests
2633
script:

lib/ssh_scan/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SSHScan
2-
VERSION = '0.0.34'
2+
VERSION = '0.0.35'
33
end

ssh_scan.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232

3333
s.add_dependency('bindata', '~> 2.0')
3434
s.add_dependency('netaddr', '1.5.1')
35-
s.add_dependency('net-ssh')
35+
s.add_dependency('net-ssh', '~> 4.2')
3636
s.add_dependency('sshkey')
3737
s.add_development_dependency('pry')
3838
s.add_development_dependency('rspec', '~> 3.0')

0 commit comments

Comments
 (0)