Skip to content

Commit

Permalink
Bump paperclip from 4.2.4 to 4.3.7 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and jywarren committed Mar 27, 2019
1 parent fb31772 commit fa40509
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :dependencies do
gem "open_id_authentication"
gem "RubyInline"
gem "coveralls", require: false
gem "paperclip", "~>4.2.2"
gem "paperclip", "~>4.3.7"

# if you use amazon s3 for warpable image storage
gem 'aws-sdk', '~> 1.5.7'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
climate_control (0.2.0)
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
Expand Down Expand Up @@ -81,6 +81,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mimemagic (0.3.0)
mini_portile2 (2.4.0)
multi_json (1.13.1)
multi_xml (0.6.0)
Expand All @@ -95,11 +96,12 @@ GEM
ruby-openid-apps-discovery (~> 1.2.0)
open_id_authentication (1.3.0)
rack-openid (~> 1.3)
paperclip (4.2.4)
paperclip (4.3.7)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
passenger (6.0.2)
rack
rake (>= 0.8.1)
Expand Down Expand Up @@ -205,7 +207,7 @@ DEPENDENCIES
mysql2 (< 0.4)
oa-openid (= 0.3.2)
open_id_authentication
paperclip (~> 4.2.2)
paperclip (~> 4.3.7)
passenger
rails (~> 3.2)
rake (~> 12.3.2)
Expand Down

0 comments on commit fa40509

Please sign in to comment.