mirror of https://github.com/rails/rails
Allow Marcel to be released following semver
This commit is contained in:
parent
1d986fda85
commit
50d60e4f7c
|
@ -74,7 +74,7 @@ PATH
|
|||
activejob (= 7.0.0.alpha2)
|
||||
activerecord (= 7.0.0.alpha2)
|
||||
activesupport (= 7.0.0.alpha2)
|
||||
marcel (~> 1.0.0)
|
||||
marcel (~> 1.0)
|
||||
mini_mime (>= 1.1.0)
|
||||
activesupport (7.0.0.alpha2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
|
|
|
@ -36,6 +36,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency "activejob", version
|
||||
s.add_dependency "activerecord", version
|
||||
|
||||
s.add_dependency "marcel", "~> 1.0.0"
|
||||
s.add_dependency "marcel", "~> 1.0"
|
||||
s.add_dependency "mini_mime", ">= 1.1.0"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue