mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Switch to carrierwave for upload management
This commit is contained in:
parent
ae55c2772f
commit
d55d206b93
2 changed files with 7 additions and 13 deletions
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -94,6 +94,11 @@ GEM
|
|||
rack (>= 1.0.0)
|
||||
rack-test (>= 0.5.4)
|
||||
xpath (~> 2.0)
|
||||
carrierwave (0.11.0)
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
json (>= 1.7)
|
||||
mime-types (>= 1.16)
|
||||
celluloid (0.15.2)
|
||||
timers (~> 1.1.0)
|
||||
celluloid-io (0.15.0)
|
||||
|
|
@ -102,14 +107,10 @@ GEM
|
|||
chart-js-rails (0.0.6)
|
||||
railties (> 3.1)
|
||||
chronic (0.10.2)
|
||||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cliver (0.3.2)
|
||||
cloudinary (1.1.6)
|
||||
aws_cf_signer
|
||||
rest-client
|
||||
cocaine (0.5.8)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
cocoon (1.2.6)
|
||||
coderay (1.1.0)
|
||||
coffee-rails (4.1.1)
|
||||
|
|
@ -236,7 +237,6 @@ GEM
|
|||
mime-types (>= 1.16, < 3)
|
||||
method_source (0.8.2)
|
||||
mime-types (2.99.1)
|
||||
mimemagic (0.3.0)
|
||||
mina (0.3.8)
|
||||
open4 (~> 1.3.4)
|
||||
rake
|
||||
|
|
@ -292,12 +292,6 @@ GEM
|
|||
paper_trail (3.0.1)
|
||||
activerecord (>= 3.0, < 5.0)
|
||||
activesupport (>= 3.0, < 5.0)
|
||||
paperclip (4.3.2)
|
||||
activemodel (>= 3.2.0)
|
||||
activesupport (>= 3.2.0)
|
||||
cocaine (~> 0.5.5)
|
||||
mime-types
|
||||
mimemagic (= 0.3.0)
|
||||
parser (2.3.0.3)
|
||||
ast (~> 2.2)
|
||||
pdf-core (0.2.5)
|
||||
|
|
@ -526,6 +520,7 @@ DEPENDENCIES
|
|||
byebug
|
||||
cancancan
|
||||
capybara
|
||||
carrierwave
|
||||
chart-js-rails
|
||||
cloudinary
|
||||
cocoon
|
||||
|
|
@ -558,7 +553,6 @@ DEPENDENCIES
|
|||
omniauth-google-oauth2
|
||||
omniauth-openid
|
||||
paper_trail
|
||||
paperclip
|
||||
phantomjs
|
||||
piwik_analytics (~> 1.0.1)
|
||||
poltergeist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue