Skip to content

Commit e6db8e0

Browse files
committed
Remove gems for managing FTP
If all previous commits have deployed, we should now be able to remove the gem that managed our connection to the SFTP server
1 parent 1f1b15a commit e6db8e0

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gem 'bootsnap', require: false
99

1010
gem 'acts-as-taggable-on'
1111
gem 'carrierwave'
12-
gem 'carrierwave-ftp', github: 'luan/carrierwave-ftp', ref: '5481c13', require: 'carrierwave/storage/sftp'
1312
gem 'cocoon'
1413
gem 'delayed_job'
1514
gem 'delayed_job_active_record'

Gemfile.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
GIT
2-
remote: https://github.com/luan/carrierwave-ftp.git
3-
revision: 5481c1335fd3285d2057c7056e8a4662daa68dd4
4-
ref: 5481c13
5-
specs:
6-
carrierwave-ftp (0.4.1)
7-
carrierwave (>= 0.6.2)
8-
double-bag-ftps (~> 0.1.4)
9-
net-sftp (~> 4.0.0)
10-
111
GEM
122
remote: https://rubygems.org/
133
specs:
@@ -177,7 +167,6 @@ GEM
177167
dotenv-rails (3.1.0)
178168
dotenv (= 3.1.0)
179169
railties (>= 6.1)
180-
double-bag-ftps (0.1.4)
181170
erubi (1.13.1)
182171
execjs (2.10.0)
183172
fabrication (2.31.0)
@@ -266,11 +255,8 @@ GEM
266255
net-protocol
267256
net-protocol (0.2.2)
268257
timeout
269-
net-sftp (4.0.0)
270-
net-ssh (>= 5.0.0, < 8.0.0)
271258
net-smtp (0.4.0.1)
272259
net-protocol
273-
net-ssh (7.3.0)
274260
nio4r (2.7.3)
275261
nokogiri (1.18.9)
276262
mini_portile2 (~> 2.8.2)
@@ -526,7 +512,6 @@ DEPENDENCIES
526512
capybara
527513
carrierwave
528514
carrierwave-aws (~> 1.6)
529-
carrierwave-ftp!
530515
chosen-rails
531516
cocoon
532517
commonmarker

0 commit comments

Comments
 (0)