Skip to content

Commit

Permalink
Refine fugit version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Sep 4, 2024
1 parent ec807d8 commit ac4164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rufus-scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Job scheduler for Ruby (at, cron, in and every jobs). Not a replacement for cron

s.required_ruby_version = '>= 1.9'

s.add_runtime_dependency 'fugit', '~> 1.1', '>= 1.10.1'
s.add_runtime_dependency 'fugit', '~> 1.1', '>= 1.11.1'

s.add_development_dependency 'rspec', '~> 3.7'
s.add_development_dependency 'chronic', '~> 0.10'
Expand Down

0 comments on commit ac4164e

Please sign in to comment.