Skip to content

Commit

Permalink
Bump paperclip from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 31, 2021
1 parent 0675a2a commit c973ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '2.6.6'

gem 'aws-sdk-s3'
gem "bootstrap-table-rails"
gem "paperclip", "~> 6.0.0"
gem "paperclip", "~> 6.1.0"
gem 'active_designer'
gem 'active_model_serializers', '~> 0.10.0'
gem 'bootstrap-sass'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
activesupport (>= 3.0, < 6.0)
graphql (~> 1.6)
honeybadger (3.3.1)
i18n (1.8.9)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
Expand All @@ -157,9 +157,9 @@ GEM
mini_mime (>= 0.1.1)
marcel (1.0.0)
method_source (0.9.2)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2021.0225)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
Expand All @@ -180,7 +180,7 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
orm_adapter (0.5.0)
paperclip (6.0.0)
paperclip (6.1.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
mime-types
Expand Down Expand Up @@ -344,7 +344,7 @@ DEPENDENCIES
launchy
listen (~> 3.1.5)
oauth2
paperclip (~> 6.0.0)
paperclip (~> 6.1.0)
pg (~> 1.1)
phantomjs
poltergeist
Expand Down

0 comments on commit c973ffd

Please sign in to comment.