Skip to content

Commit

Permalink
bump paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Oct 5, 2018
1 parent df407f9 commit 530c6e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'validates_timeliness', '~> 4.0.2'
gem 'paper_trail', '~> 10.0.1'
gem 'acts_as_list', '~> 0.9.12'
gem 'modularity', '~> 2.0.1' # Used!?
gem 'paperclip', '~> 5.2'
gem 'paperclip', '~> 6.1.0'
gem 'paperclip-meta', '~> 3.0'
gem 'shortener', '~> 0.8.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ GEM
paper_trail (10.0.1)
activerecord (>= 4.2, < 5.3)
request_store (~> 1.1)
paperclip (5.3.0)
paperclip (6.1.0)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
mime-types
Expand Down Expand Up @@ -553,7 +553,7 @@ DEPENDENCIES
logical_query_parser
modularity (~> 2.0.1)
paper_trail (~> 10.0.1)
paperclip (~> 5.2)
paperclip (~> 6.1.0)
paperclip-meta (~> 3.0)
parallel_tests (~> 2.23.0)
passenger (~> 5.3.4)
Expand Down

0 comments on commit 530c6e3

Please sign in to comment.