Skip to content

Commit

Permalink
Bump paperclip to resolve error with missing method #silence_stream (…
Browse files Browse the repository at this point in the history
…which no longer exists)
  • Loading branch information
Matt-Yorkley committed Jan 9, 2021
1 parent 8309b97 commit e4bef0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ gem 'figaro'
gem 'geocoder'
gem 'gmaps4rails'
gem 'paper_trail', '~> 7.1.3'
gem 'paperclip', '~> 3.4.1'
gem 'paperclip', '> 3.4', '< 4.0'
gem 'rack-rewrite'
gem 'rack-ssl', require: 'rack/ssl'
gem 'roadie-rails', '~> 1.3.0'
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,10 @@ GEM
paper_trail (7.1.3)
activerecord (>= 4.0, < 5.2)
request_store (~> 1.1)
paperclip (3.4.2)
paperclip (3.5.4)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
cocaine (~> 0.5.3)
mime-types
parallel (1.20.1)
paranoia (2.4.3)
Expand Down Expand Up @@ -625,7 +624,7 @@ DEPENDENCIES
ofn-qz!
order_management!
paper_trail (~> 7.1.3)
paperclip (~> 3.4.1)
paperclip (> 3.4, < 4.0)
paranoia (~> 2.4)
pg (~> 0.21.0)
pry
Expand Down

0 comments on commit e4bef0a

Please sign in to comment.