Skip to content

Commit

Permalink
Merge pull request #358 from zendesk/loosen-loofah-version-requirement
Browse files Browse the repository at this point in the history
Loosen loofah version restriction
  • Loading branch information
JeanMarcGoepfert committed Jan 8, 2024
2 parents b936cca + 46f1422 commit 402a11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
image_size (~> 2.0.2)
ipaddress_2 (~> 0.13.0)
json
loofah (>= 2.3.1, < 2.20.0)
loofah (>= 2.3.1, <= 2.22.0)
marcel
nokogiri
rb-inotify (= 0.9.10)
Expand Down
2 changes: 1 addition & 1 deletion zendesk_apps_support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'json'
s.add_runtime_dependency 'image_size', '~> 2.0.2'
s.add_runtime_dependency 'erubis'
s.add_runtime_dependency 'loofah', '>= 2.3.1', '< 2.20.0'
s.add_runtime_dependency 'loofah', '>= 2.3.1', '<= 2.22.0'
s.add_runtime_dependency 'nokogiri'
s.add_runtime_dependency 'rb-inotify', '0.9.10'
s.add_runtime_dependency 'marcel'
Expand Down

0 comments on commit 402a11a

Please sign in to comment.