Skip to content

Commit b5b7d52

Browse files
Update html-pipeline requirement from ~> 2.14 to >= 2.14, < 4.0
Updates the requirements on [html-pipeline](https://github.com/gjtorikian/html-pipeline) to permit the latest version. - [Release notes](https://github.com/gjtorikian/html-pipeline/releases) - [Changelog](https://github.com/gjtorikian/html-pipeline/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-pipeline@v2.14.0...v2.14.3) --- updated-dependencies: - dependency-name: html-pipeline dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11727f5 commit b5b7d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
2929
s.add_dependency "devise_zxcvbn", "~> 6.0"
3030
s.add_dependency "fog-aws", "~> 3.2"
3131
s.add_dependency "fog-core", "~> 2.2"
32-
s.add_dependency "html-pipeline", "~> 2.14"
32+
s.add_dependency "html-pipeline", ">= 2.14", "< 4.0"
3333
s.add_dependency "html-pipeline-hashtag", "~> 0.1.2"
3434
s.add_dependency "jquery-rails", ">= 4.5", "< 4.7"
3535
s.add_dependency "jquery-ui-rails", "~> 7.0"

0 commit comments

Comments
 (0)