mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
Update paperclip in two locations (#483)
This commit is contained in:
committed by
Bastian Greshake Tzovaras
parent
44184dda33
commit
f7dd34f49c
2
Gemfile
2
Gemfile
@@ -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'
|
||||
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user