Migration to Shrine attachment handling
This commit is contained in:
parent
2d53397dda
commit
c4f5741b0c
13 changed files with 175 additions and 181 deletions
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -43,8 +43,6 @@ GEM
|
|||
erubi (~> 1.4)
|
||||
rails-dom-testing (~> 2.0)
|
||||
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||
active_storage_validations (0.8.9)
|
||||
rails (>= 5.2.0)
|
||||
activejob (6.0.3.4)
|
||||
activesupport (= 6.0.3.4)
|
||||
globalid (>= 0.3.6)
|
||||
|
|
@ -99,6 +97,7 @@ GEM
|
|||
climate_control (0.2.0)
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.1.7)
|
||||
content_disposition (1.0.0)
|
||||
cookies_eu (1.7.6)
|
||||
js_cookie_rails (~> 2.2.0)
|
||||
crass (1.0.6)
|
||||
|
|
@ -109,11 +108,14 @@ GEM
|
|||
railties (>= 4.1.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
down (5.2.0)
|
||||
addressable (~> 2.5)
|
||||
e2mmap (0.1.0)
|
||||
erubi (1.9.0)
|
||||
execjs (2.7.0)
|
||||
faraday (1.0.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
fastimage (2.2.0)
|
||||
ffi (1.13.1)
|
||||
font-awesome-rails (4.7.0.5)
|
||||
railties (>= 3.2, < 6.1)
|
||||
|
|
@ -330,6 +332,9 @@ GEM
|
|||
childprocess (>= 0.5, < 4.0)
|
||||
rubyzip (>= 1.2.2)
|
||||
shellany (0.0.1)
|
||||
shrine (3.3.0)
|
||||
content_disposition (~> 1.0)
|
||||
down (~> 5.1)
|
||||
slim (4.1.0)
|
||||
temple (>= 0.7.6, < 0.9)
|
||||
tilt (>= 2.0.6, < 2.1)
|
||||
|
|
@ -405,7 +410,6 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
active_storage_validations
|
||||
better_errors
|
||||
binding_of_caller
|
||||
bootsnap
|
||||
|
|
@ -414,6 +418,7 @@ DEPENDENCIES
|
|||
capybara
|
||||
cookies_eu
|
||||
devise
|
||||
fastimage
|
||||
font-awesome-rails
|
||||
foundation-rails (~> 6.6)
|
||||
guard-minitest
|
||||
|
|
@ -440,6 +445,7 @@ DEPENDENCIES
|
|||
sass-rails (~> 5.0)
|
||||
sdoc (~> 0.4.0)
|
||||
selenium-webdriver
|
||||
shrine (~> 3.0)
|
||||
slim-rails
|
||||
solargraph
|
||||
spring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue