Skip to content

Commit 8a9af5d

Browse files
authored
Allow Slim to be used with Tilt 2.1.0 (#910)
It would be great to be able to use Slim with Tilt 2.1.0 https://github.com/jeremyevans/tilt/blob/7907334d43afb53d37122470e5b346d235ad40c2/CHANGELOG.md#210-2023-02-17
1 parent 29d2647 commit 8a9af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slim.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
1919
s.required_ruby_version = '>= 2.5.0'
2020

2121
s.add_runtime_dependency('temple', ['~> 0.10.0'])
22-
s.add_runtime_dependency('tilt', ['>= 2.0.6', '< 2.1'])
22+
s.add_runtime_dependency('tilt', ['>= 2.0.6', '< 2.2'])
2323
end

0 commit comments

Comments
 (0)