Skip to content

Commit

Permalink
Gems: drop Carrierwave
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 9, 2024
1 parent 0ac2c22 commit b20324f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ gem 'paper_trail'

# Image migration
gem 'geoblacklight_sidecar_images', git: "https://github.com/geoblacklight/geoblacklight_sidecar_images.git", branch: "feature/statesman-update"
gem 'carrierwave', '~> 1.2'
gem 'mini_magick', '~> 4.9.4'
gem "image_processing", ">= 1.2"

Expand Down
3 changes: 0 additions & 3 deletions app/models/solr_document_sidecar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ class SolrDocumentSidecar < ApplicationRecord
initial_state: :initialized
]

# Deprecated - Carrierwave
mount_uploader :cw_image, ImageUploader

# ActiveStorage
has_one_attached :image

Expand Down
55 changes: 0 additions & 55 deletions app/uploaders/image_uploader.rb

This file was deleted.

47 changes: 0 additions & 47 deletions app/uploaders/localize_uploader.rb

This file was deleted.

0 comments on commit b20324f

Please sign in to comment.