Remove net-ssh gem

This commit is contained in:
Takuya Noguchi 2017-07-09 15:34:40 +09:00
parent 420f6b5474
commit 605a517010
3 changed files with 4 additions and 3 deletions

View File

@ -251,7 +251,6 @@ gem 'jquery-rails', '~> 4.1.0'
gem 'request_store', '~> 1.3'
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
gem 'base32', '~> 0.3.0'
# Sentry integration

View File

@ -475,7 +475,6 @@ GEM
mustermann (= 0.4.0)
mysql2 (0.3.20)
net-ldap (0.12.1)
net-ssh (3.0.1)
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
@ -1017,7 +1016,6 @@ DEPENDENCIES
minitest (~> 5.7.0)
mousetrap-rails (~> 1.4.6)
mysql2 (~> 0.3.16)
net-ssh (~> 3.0.1)
nokogiri (~> 1.6.7, >= 1.6.7.2)
oauth2 (~> 1.4)
octokit (~> 4.6.2)

View File

@ -0,0 +1,4 @@
---
title: Remove net-ssh gem
merge_request:
author: Takuya Noguchi