Update paperclip in two locations (#483)

This commit is contained in:
Philipp Bayer
2018-01-22 22:25:02 +08:00
committed by Bastian Greshake Tzovaras
parent 44184dda33
commit f7dd34f49c
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ gem 'will_paginate-bootstrap'
gem 'nested_form', git: 'https://github.com/ryanb/nested_form'
gem 'json'
gem 'mediawiki-gateway'
gem 'paperclip', '~> 4.0 '
gem 'paperclip', '~> 5.1.0'
gem 'friendly_id'
gem 'recommendify', git: 'https://github.com/paulasmuth/recommendify', ref: '34308c4'

View File

@@ -173,7 +173,7 @@ GEM
metaclass (0.0.4)
method_source (0.8.2)
mime-types (2.99.3)
mimemagic (0.3.0)
mimemagic (0.3.2)
mini_portile2 (2.3.0)
minitest (5.10.2)
mocha (1.2.1)
@@ -195,12 +195,12 @@ GEM
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
paperclip (4.3.7)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
paperclip (5.1.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.20.0)
pg_search (2.0.1)
activerecord (>= 4.2)
@@ -402,7 +402,7 @@ DEPENDENCIES
minitest
mocha
nested_form!
paperclip (~> 4.0)
paperclip (~> 5.1.0)
pg
pg_search
plos