Skip to content

Commit

Permalink
Bump paperclip from 5.0.0 to 5.2.0 in /src/app
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 5, 2019
1 parent d09d3c5 commit 87940e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ gem 'report_builder'

gem 'image_processing', '~> 1.2'

gem "paperclip", "~> 5.0.0"
gem "paperclip", "~> 5.2.0"

gem 'httparty'

Expand Down
12 changes: 6 additions & 6 deletions src/app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
httparty (0.17.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
image_processing (1.9.3)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -156,22 +156,22 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.13.0)
msgpack (1.3.1)
multi_json (1.13.1)
multi_test (0.1.2)
multi_xml (0.6.0)
nio4r (2.4.0)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
paperclip (5.0.0)
paperclip (5.2.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
cocaine (~> 0.5.5)
Expand Down Expand Up @@ -323,7 +323,7 @@ DEPENDENCIES
jquery-rails (~> 4.3, >= 4.3.3)
listen (>= 3.0.5, < 3.2)
mail_form
paperclip (~> 5.0.0)
paperclip (~> 5.2.0)
pg
puma (~> 3.11)
rails (~> 5.2.3)
Expand Down

0 comments on commit 87940e1

Please sign in to comment.