File tree Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Expand file tree Collapse file tree 5 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ group :development do
39
39
end
40
40
41
41
group :docs do
42
- gem 'net-sftp' , require : false
43
42
gem 'progress_bar' , require : false
44
43
gem 'redcarpet'
45
44
gem 'tty-pager' , require : false
Original file line number Diff line number Diff line change 57
57
mustermann (3.0.0 )
58
58
ruby2_keywords (~> 0.0.1 )
59
59
mutex_m (0.2.0 )
60
- net-sftp (4.0.0 )
61
- net-ssh (>= 5.0.0 , < 8.0.0 )
62
- net-ssh (7.0.1 )
63
60
newrelic_rpm (8.16.0 )
64
61
nokogiri (1.16.6 )
65
62
mini_portile2 (~> 2.8.2 )
@@ -159,7 +156,6 @@ DEPENDENCIES
159
156
image_optim
160
157
image_optim_pack
161
158
minitest
162
- net-sftp
163
159
newrelic_rpm
164
160
nokogiri
165
161
progress_bar
Original file line number Diff line number Diff line change @@ -162,8 +162,6 @@ class DocsCLI < Thor
162
162
option :dryrun , type : :boolean
163
163
option :packaged , type : :boolean
164
164
def upload ( *names )
165
- require 'net/sftp'
166
-
167
165
if options [ :packaged ]
168
166
slugs = Dir [ File . join ( Docs . store_path , '*.tar.gz' ) ] . map { |f | File . basename ( f , '.tar.gz' ) }
169
167
docs = find_docs_by_slugs ( slugs )
Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ Full tech stack [here](/techstack.md)
159
159
| [ image_optim] ( https://rubygems.org/image_optim ) | v0.31.3| 11/14/22| Paul Sernatinger | MIT| N/A|
160
160
| [ image_optim_pack] ( https://rubygems.org/image_optim_pack ) | v0.10.1| 11/14/22| Paul Sernatinger | MIT| N/A|
161
161
| [ minitest] ( https://rubygems.org/minitest ) | v5.21.2| 01/03/15| Thibaut | MIT| N/A|
162
- | [ net-sftp] ( https://rubygems.org/net-sftp ) | v4.0.0| 11/14/22| Paul Sernatinger | MIT| N/A|
163
162
| [ newrelic_rpm] ( https://rubygems.org/newrelic_rpm ) | v8.16.0| 03/24/18| Thibaut Courouble | Apache-2.0| N/A|
164
163
| [ nokogiri] ( https://rubygems.org/nokogiri ) | v1.16.0| 10/21/18| Thibaut Courouble | MIT| N/A|
165
164
| [ progress_bar] ( https://rubygems.org/progress_bar ) | v1.3.3| 01/26/14| Thibaut | WTFPL| N/A|
Original file line number Diff line number Diff line change @@ -268,20 +268,6 @@ tools:
268
268
detection_source : Gemfile
269
269
last_updated_by : Thibaut
270
270
last_updated_on : 2015-01-03 15:38:22.000000000 Z
271
- - name : net-sftp
272
- description : A pure Ruby implementation of the SFTP client protocol
273
- package_url : https://rubygems.org/net-sftp
274
- version : 4.0.0
275
- license : MIT
276
- open_source : true
277
- hosted_saas : false
278
- category : Libraries
279
- sub_category : RubyGems Packages
280
- image_url : https://img.stackshare.io/package/19106/default_92b412aaa5197ea1fc2d70a503018e4186714110.png
281
- detection_source_url : https://github.com/freeCodeCamp/devdocs/blob/main/Gemfile.lock
282
- detection_source : Gemfile
283
- last_updated_by : Paul Sernatinger
284
- last_updated_on : 2022-11-14 14:30:30.000000000 Z
285
271
- name : newrelic_rpm
286
272
description : New Relic is a performance management system, developed by New Relic,
287
273
Inc
You can’t perform that action at this time.
0 commit comments