Skip to content

Commit e238668

Browse files
Update selma requirement from ~> 0.0.1 to >= 0.0.1, < 0.2.0 (#377)
Updates the requirements on [selma](https://github.com/gjtorikian/selma) to permit the latest version. - [Release notes](https://github.com/gjtorikian/selma/releases) - [Changelog](https://github.com/gjtorikian/selma/blob/main/CHANGELOG.md) - [Commits](gjtorikian/selma@v0.0.1...v0.1.0) --- updated-dependencies: - dependency-name: selma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1bb3eee commit e238668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-pipeline.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
2525
"rubygems_mfa_required" => "true",
2626
}
2727

28-
gem.add_dependency("selma", "~> 0.0.1")
28+
gem.add_dependency("selma", ">= 0.0.1", "< 0.2.0")
2929
gem.add_dependency("zeitwerk", "~> 2.5")
3030

3131
gem.post_install_message = <<~MSG

0 commit comments

Comments
 (0)