Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
[#107] Suppression paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
bdavidxyz authored Jan 18, 2021
1 parent d7e01a2 commit c0f9950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CLARA Changelog

## 39.0.6 (18/1/2020)
[#107] Suppression paperclip


## 39.0.5 (11/1/2020)
[#100] Aplatir migrations
Expand Down
4 changes: 0 additions & 4 deletions rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ gem 'activerecord-session_store'
gem 'sidekiq'
gem 'mini_racer', platforms: :ruby

# not used anymore, but still required because of migrations...
gem "paperclip", ">=3"


group :development, :test do
gem "byebug", platform: :mri
gem "database_cleaner"
Expand Down
7 changes: 0 additions & 7 deletions rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,12 +385,6 @@ GEM
paper_trail (11.0.0)
activerecord (>= 5.2)
request_store (~> 1.1)
paperclip (6.1.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
mime-types
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
pg (1.2.3)
pg_search (2.3.3)
activerecord (>= 5.2)
Expand Down Expand Up @@ -639,7 +633,6 @@ DEPENDENCIES
nokogiri (>= 1.11.0.rc4)
oj
paper_trail (= 11.0.0)
paperclip (>= 3)
pg
pg_search
phantomjs
Expand Down

0 comments on commit c0f9950

Please sign in to comment.