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

Commit

Permalink
Merge pull request #436 from mozilla/bump_ci_rubies
Browse files Browse the repository at this point in the history
Bump CI ruby versions
  • Loading branch information
Jonathan Claudius committed Jun 4, 2018
2 parents 9980272 + 6335fee commit 79a4533
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@ matrix:
- LABEL=unit_tests
after_success:
- coveralls
- rvm: 2.5.0
- rvm: 2.5.1
env:
- LABEL=unit_tests
- rvm: 2.4.3
- rvm: 2.4.4
env:
- LABEL=unit_tests
- rvm: 2.3.6
env:
- LABEL=unit_tests
- rvm: 2.3.6
- rvm: 2.5.1
env:
- LABEL=gem_integration_tests
script:
- gem install ssh_scan
- chmod 755 ./spec/ssh_scan/integration.sh
- ./spec/ssh_scan/integration.sh
- rvm: 2.4.4
env:
- LABEL=gem_integration_tests
script:
Expand Down
2 changes: 1 addition & 1 deletion lib/ssh_scan/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SSHScan
VERSION = '0.0.34'
VERSION = '0.0.35'
end
2 changes: 1 addition & 1 deletion ssh_scan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|

s.add_dependency('bindata', '~> 2.0')
s.add_dependency('netaddr', '1.5.1')
s.add_dependency('net-ssh')
s.add_dependency('net-ssh', '~> 4.2')
s.add_dependency('sshkey')
s.add_development_dependency('pry')
s.add_development_dependency('rspec', '~> 3.0')
Expand Down

0 comments on commit 79a4533

Please sign in to comment.