Skip to content

Commit

Permalink
Bump paperclip from 4.3.7 to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 29, 2020
1 parent e6ffbca commit 77bfec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'carmen'
gem 'carmen-rails', '~> 1.0.0'
gem 'geocoder'
gem 'fancybox2-rails', '~> 0.2.8'
gem "paperclip", "~> 4.2"
gem "paperclip", "~> 5.2"
gem 'aws-sdk', '< 2.0'
gem "cocoon"

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mimemagic (0.3.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.2)
Expand All @@ -138,12 +138,12 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
orm_adapter (0.5.0)
paperclip (4.3.7)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
paperclip (5.2.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
mimemagic (~> 0.3.0)
pg (0.21.0)
pry (0.13.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -243,7 +243,7 @@ DEPENDENCIES
guard-minitest
jbuilder (~> 2.0)
jquery-rails
paperclip (~> 4.2)
paperclip (~> 5.2)
pg (~> 0.15)
rails (= 4.2.11)
rails_12factor
Expand Down

0 comments on commit 77bfec5

Please sign in to comment.