Skip to content

Commit 3397278

Browse files
committed
chore: update activesupport dependency to ~> 8.0
Updated the activesupport dependency version from ~> 7.0 to ~> 8.0 to ensure compatibility with the latest features and security updates.
1 parent 99c7f95 commit 3397278

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

html-pipeline-linuxfr.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
2121
gem.add_dependency "pygments.rb", "~> 1.1"
2222
gem.add_dependency "sanitize", "~> 6.1"
2323
gem.add_dependency "escape_utils", "~> 1.2"
24-
gem.add_dependency "activesupport", "~> 7.0"
24+
gem.add_dependency "activesupport", "~> 8.0"
2525
gem.add_dependency "patron", "~> 0.8"
2626

2727
gem.add_development_dependency "test-unit"

lib/html/pipeline/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTML
22
class Pipeline
3-
VERSION = "0.17.1"
3+
VERSION = "0.17.2"
44
end
55
end

0 commit comments

Comments
 (0)