Skip to content

Commit

Permalink
Upgrade fugit to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 15, 2024
1 parent 1c9d7d1 commit df82f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A Ruby workflow engine (ruote next generation)
#s.add_runtime_dependency 'rufus-lru', '~> 1.1'
s.add_runtime_dependency 'munemo', '~> 1.0' # >= 1.0 and < 2
s.add_runtime_dependency 'raabro', '~> 1.1' # >= 1.1 and < 2
s.add_runtime_dependency 'fugit', '~> 1.2' # >= 1.2 and < 2
s.add_runtime_dependency 'fugit', '~> 1.10', '>= 1.11.1' # >= 1.2 and < 2
s.add_runtime_dependency 'dense', '~> 1.1' # >= 1.1 and < 2

s.add_runtime_dependency 'sequel', '~> 5.0' # >= 5.0 and < 6
Expand Down

0 comments on commit df82f0a

Please sign in to comment.