Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from pbek/dependabot/bundler/paperclip-4.3.7
Browse files Browse the repository at this point in the history
Bump paperclip from 4.2.0 to 4.3.7
  • Loading branch information
pbek committed Aug 2, 2019
2 parents 6a7068f + 91c378f commit e97b01b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -41,5 +41,5 @@ gem 'will_paginate-bootstrap'
gem 'select2-rails'
gem 'font-awesome-sass-rails'
gem 'amoeba'
gem "paperclip", "~> 4.2"
gem "paperclip", "~> 4.3"
gem 'rake'
17 changes: 9 additions & 8 deletions Gemfile.lock
Expand Up @@ -49,9 +49,8 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.4)
climate_control (0.2.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
coderay (1.1.0)
coffee-rails (3.2.2)
Expand Down Expand Up @@ -115,16 +114,18 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mimemagic (0.3.0)
mini_portile2 (2.1.0)
multi_json (1.13.1)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
orm_adapter (0.4.0)
paperclip (4.2.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
paperclip (4.3.7)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
polyamorous (0.6.4)
activerecord (>= 3.0)
polyglot (0.3.5)
Expand Down Expand Up @@ -232,7 +233,7 @@ DEPENDENCIES
imdb
jquery-rails
launchy
paperclip (~> 4.2)
paperclip (~> 4.3)
quiet_assets
rails (= 3.2.13)
rake
Expand Down

0 comments on commit e97b01b

Please sign in to comment.