mirror of
https://github.com/carrierwaveuploader/carrierwave.git
synced 2022-11-09 12:03:54 -05:00
Temporarily lock ssrf_filter to work around #2625
This commit is contained in:
parent
f6391bb41c
commit
b104d0f0e0
1 changed files with 1 additions and 0 deletions
|
@ -46,4 +46,5 @@ Gem::Specification.new do |s|
|
||||||
if RUBY_ENGINE != 'jruby'
|
if RUBY_ENGINE != 'jruby'
|
||||||
s.add_development_dependency "pry-byebug"
|
s.add_development_dependency "pry-byebug"
|
||||||
end
|
end
|
||||||
|
s.add_development_dependency "ssrf_filter", "< 1.1.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue