update gems, remove ssh

This commit is contained in:
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 "rake"
gem "rye"
gem "rx-file" , git: "https://github.com/ruby-x/rx-file"
#gem "rx-file" , path: "../rx-file"
@ -16,8 +15,6 @@ group :test do
gem "minitest-color"
gem 'minitest-fail-fast'
gem 'minitest-profile'
#gem "minitest-reporters"
gem "net-ssh"
end
group :development do