Skip to content

Commit a1b0959

Browse files
committed
Bump versions for BT v2 compatibility
1 parent 2c89e30 commit a1b0959

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bridgetown-svg-inliner.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Gem::Specification.new do |spec|
1616
spec.require_paths = ["lib"]
1717
spec.metadata = {}
1818

19-
spec.required_ruby_version = ">= 2.7.0"
19+
spec.required_ruby_version = ">= 3.0.0"
2020

21-
spec.add_dependency "bridgetown", ">= 1.2.0", "< 2.0"
21+
spec.add_dependency "bridgetown", ">= 1.2.0", "< 3.0"
2222
spec.add_dependency "nokogiri"
2323

2424
spec.add_development_dependency "bundler"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BridgetownSvgInliner
4-
VERSION = "2.0.0"
4+
VERSION = "2.1.0"
55
end

0 commit comments

Comments
 (0)