Temporarily lock ssrf_filter to work around #2625

This commit is contained in:
Mitsuhiro Shibuya 2022-09-10 19:04:00 +09:00
parent f6391bb41c
commit b104d0f0e0
No known key found for this signature in database
GPG Key ID: 76087F03B4FB52E7
1 changed files with 1 additions and 0 deletions

View File

@ -46,4 +46,5 @@ Gem::Specification.new do |s|
if RUBY_ENGINE != 'jruby'
s.add_development_dependency "pry-byebug"
end
s.add_development_dependency "ssrf_filter", "< 1.1.0"
end