From a5fdbf00c9bb39f0614918a0cb0d72a37dcc31ff Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 30 Apr 2020 15:26:14 -0500 Subject: [PATCH] Remove CarrierWave from Gemfile --- Gemfile | 2 -- Gemfile.lock | 26 -------------------------- 2 files changed, 28 deletions(-) diff --git a/Gemfile b/Gemfile index fbda33b4..190eec19 100755 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,6 @@ gem 'sprockets', '~> 3.7' # AWS services gem 'aws-sdk', '~> 1.67' gem 'aws-ses', '~> 0.6.0' # REST email integration API -gem 'carrierwave-aws', '~> 1.3' # for uploading images to amazon s3 # External Services gem 'fullcontact', '~> 0.18.0' # Full Contact API; includes #Hashie::Mash @@ -53,7 +52,6 @@ gem 'param_validation', path: 'gems/ruby-param-validation' gem 'qx', path: 'gems/ruby-qx' # Images -gem 'carrierwave', '~> 1.3' # https://github.com/carrierwaveuploader/carrierwave gem 'mini_magick', '~> 4.10.1' gem 'image_processing', '~> 1.10.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2a6cbf40..1ea0c400 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,22 +72,8 @@ GEM andand (1.3.3) arel (9.0.0) ast (2.4.0) - aws-eventstream (1.0.3) - aws-partitions (1.198.0) aws-sdk (1.67.0) aws-sdk-v1 (= 1.67.0) - aws-sdk-core (3.62.0) - aws-eventstream (~> 1.0, >= 1.0.2) - aws-partitions (~> 1.0) - aws-sigv4 (~> 1.1) - jmespath (~> 1.0) - aws-sdk-kms (1.24.0) - aws-sdk-core (~> 3, >= 3.61.1) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.46.0) - aws-sdk-core (~> 3, >= 3.61.1) - aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.1) aws-sdk-v1 (1.67.0) json (~> 1.4) nokogiri (~> 1) @@ -96,8 +82,6 @@ GEM mail (> 2.2.5) mime-types xml-simple - aws-sigv4 (1.1.0) - aws-eventstream (~> 1.0, >= 1.0.2) bcrypt (3.1.13) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) @@ -107,13 +91,6 @@ GEM bunny (2.14.2) amq-protocol (~> 2.3, >= 2.3.0) byebug (11.0.1) - carrierwave (1.3.1) - activemodel (>= 4.0.0) - activesupport (>= 4.0.0) - mime-types (>= 1.16) - carrierwave-aws (1.3.0) - aws-sdk-s3 (~> 1.0) - carrierwave (>= 0.7, < 2.0) chronic (0.10.2) coderay (1.1.2) colorize (0.8.1) @@ -230,7 +207,6 @@ GEM jaro_winkler (1.5.3) jbuilder (2.10.0) activesupport (>= 5.0.0) - jmespath (1.4.0) json (1.8.6) kdtree (0.4) lograge (0.11.2) @@ -460,8 +436,6 @@ DEPENDENCIES bootsnap (~> 1.4) bunny (~> 2.14, >= 2.14.2) byebug (~> 11.0, >= 11.0.1) - carrierwave (~> 1.3) - carrierwave-aws (~> 1.3) chronic (~> 0.10.2) colorize (~> 0.8.1) config (> 1.5)