Skip to content

Commit 9927b67

Browse files
authored
Merge pull request #8 from echarp/linuxfr
Upgrade to rails 8
2 parents eaebcf6 + 3397278 commit 9927b67

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)