update gems, remove ssh
This commit is contained in:
3
Gemfile
3
Gemfile
@ -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
|
||||
|
Reference in New Issue
Block a user