Upgrade to Marcel 1.0.0

This commit is contained in:
George Claghorn 2021-03-26 08:55:39 -04:00
parent 62ac25a364
commit 526d630793
2 changed files with 3 additions and 5 deletions

View File

@ -74,7 +74,7 @@ PATH
activejob (= 7.0.0.alpha)
activerecord (= 7.0.0.alpha)
activesupport (= 7.0.0.alpha)
marcel (~> 0.3.1)
marcel (~> 1.0.0)
mini_mime (~> 1.0.2)
activesupport (7.0.0.alpha)
concurrent-ruby (~> 1.0, >= 1.0.2)
@ -315,11 +315,9 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
marcel (1.0.0)
memoist (0.16.2)
method_source (1.0.0)
mimemagic (0.3.5)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)

View File

@ -36,6 +36,6 @@ Gem::Specification.new do |s|
s.add_dependency "activejob", version
s.add_dependency "activerecord", version
s.add_dependency "marcel", "~> 0.3.1"
s.add_dependency "marcel", "~> 1.0.0"
s.add_dependency "mini_mime", "~> 1.0.2"
end