Используем Addressable для эскейпинга URLов

This commit is contained in:
Nastia Gorokhova-Alekseeva
2022-08-30 13:50:29 +03:00
parent b1441563f7
commit 1ee553b7b3
9 changed files with 9 additions and 2 deletions

View File

@@ -17,5 +17,6 @@ Gem::Specification.new do |s|
s.summary = %q{File attachments as attributes for ActiveRecord}
s.add_dependency 'activesupport', '< 7.1'
s.add_dependency 'addressable'
s.add_dependency 'fastimage'
end