update gems, remove ssh

This commit is contained in:
Torsten Rüger 2019-09-08 13:44:51 +03:00
parent 1a096110a8
commit a99abd7ad0
4 changed files with 13 additions and 40 deletions

View File

@ -5,7 +5,6 @@ gem "rubyx" , :path => "."
gem "thor" gem "thor"
gem "rake" gem "rake"
gem "rye"
gem "rx-file" , git: "https://github.com/ruby-x/rx-file" gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
#gem "rx-file" , path: "../rx-file" #gem "rx-file" , path: "../rx-file"
@ -16,8 +15,6 @@ group :test do
gem "minitest-color" gem "minitest-color"
gem 'minitest-fail-fast' gem 'minitest-fail-fast'
gem 'minitest-profile' gem 'minitest-profile'
#gem "minitest-reporters"
gem "net-ssh"
end end
group :development do group :development do

View File

@ -14,18 +14,15 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
annoy (0.5.6)
highline (>= 1.5.0)
ast (2.4.0) ast (2.4.0)
codeclimate-test-reporter (1.0.8) codeclimate-test-reporter (1.0.9)
simplecov (<= 0.13) simplecov (<= 0.13)
coderay (1.1.2) coderay (1.1.2)
docile (1.1.5) docile (1.1.5)
drydock (0.6.9) ffi (1.11.1)
ffi (1.9.25) ffi (1.11.1-x64-mingw32)
ffi (1.9.25-x64-mingw32)
formatador (0.2.5) formatador (0.2.5)
guard (2.14.2) guard (2.15.1)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 2.7, < 4.0) listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0) lumberjack (>= 1.0.12, < 2.0)
@ -38,14 +35,13 @@ GEM
guard-minitest (2.4.6) guard-minitest (2.4.6)
guard-compat (~> 1.2) guard-compat (~> 1.2)
minitest (>= 3.0) minitest (>= 3.0)
highline (2.0.0) json (2.2.0)
json (2.1.0)
listen (3.1.5) listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2) ruby_dep (~> 1.2)
lumberjack (1.0.13) lumberjack (1.0.13)
method_source (0.9.0) method_source (0.9.2)
minitest (5.11.3) minitest (5.11.3)
minitest-color (0.0.2) minitest-color (0.0.2)
minitest (~> 5) minitest (~> 5)
@ -54,40 +50,26 @@ GEM
minitest-parallel_fork (1.1.2) minitest-parallel_fork (1.1.2)
minitest-profile (0.0.2) minitest-profile (0.0.2)
nenv (0.3.0) nenv (0.3.0)
net-scp (1.2.1) notiffany (0.1.3)
net-ssh (>= 2.6.5)
net-ssh (5.0.2)
notiffany (0.1.1)
nenv (~> 0.1) nenv (~> 0.1)
shellany (~> 0.0) shellany (~> 0.0)
parser (2.6.3.0) parser (2.6.3.0)
ast (~> 2.4.0) ast (~> 2.4.0)
pry (0.11.3) pry (0.12.2)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.0) method_source (~> 0.9.0)
rake (12.3.1) rake (12.3.3)
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.9.10) rb-inotify (0.10.0)
ffi (>= 0.5.0, < 2) ffi (~> 1.0)
rb-readline (0.5.5) rb-readline (0.5.5)
ruby_dep (1.5.0) ruby_dep (1.5.0)
rye (0.9.13)
annoy
docile (>= 1.0.1)
highline (>= 1.5.1)
net-scp (>= 1.0.2)
net-ssh (>= 2.0.13)
sysinfo (>= 0.8.1)
shellany (0.0.1) shellany (0.0.1)
simplecov (0.13.0) simplecov (0.13.0)
docile (~> 1.1.0) docile (~> 1.1.0)
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
storable (0.8.9)
sysinfo (0.8.1)
drydock
storable
thor (0.20.3) thor (0.20.3)
PLATFORMS PLATFORMS
@ -102,14 +84,12 @@ DEPENDENCIES
minitest-fail-fast minitest-fail-fast
minitest-parallel_fork minitest-parallel_fork
minitest-profile minitest-profile
net-ssh
rake rake
rb-readline rb-readline
rubyx! rubyx!
rx-file! rx-file!
rye
simplecov simplecov
thor thor
BUNDLED WITH BUNDLED WITH
2.0.1 2.0.2

View File

@ -1,6 +1,4 @@
require_relative "../helper" require_relative "../helper"
require 'net/ssh'
require 'net/scp'
module Elf module Elf

View File

@ -1,6 +1,4 @@
require_relative 'helper' require_relative 'helper'
require 'net/ssh'
require 'net/scp'
module Mains module Mains
class TestArm < MiniTest::Test class TestArm < MiniTest::Test
@ -37,7 +35,7 @@ module Mains
def self.has_qemu def self.has_qemu
if `uname -a`.include?("torsten") if `uname -a`.include?("torsten")
@Linker = "arm-linux-gnu-ld" @Linker = "arm-linux-gnu-ld"
return false return false unless DEBUG
end end
begin begin
`#{@Qemu} -version` `#{@Qemu} -version`