Skip to content

Commit

Permalink
Relax Tilt version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed May 16, 2023
1 parent abf07b3 commit a9db847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.5.0'

s.add_runtime_dependency('temple', ['~> 0.10.0'])
s.add_runtime_dependency('tilt', ['>= 2.0.6', '< 2.2'])
s.add_runtime_dependency('tilt', ['>= 2.1.0'])
end

0 comments on commit a9db847

Please sign in to comment.