Skip to content

Commit

Permalink
Update tilt dependency (or at least increase compatibiliy)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali authored and marcelolx committed Dec 13, 2023
1 parent ab177fb commit 76beae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'sidekiq', '>= 6', '< 8'
s.add_dependency 'rufus-scheduler', '~> 3.2'
s.add_dependency 'tilt', '>= 1.4.0'
s.add_dependency 'tilt', '>= 1.4.0', '< 3'

s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'timecop'
Expand Down

0 comments on commit 76beae3

Please sign in to comment.