mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- bump ftw to fix the length problem (LOGSTASH-957)
This commit is contained in:
parent
c3be48fed9
commit
4cf6a68081
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency "i18n"
|
||||
|
||||
# Web dependencies
|
||||
gem.add_runtime_dependency "ftw", ["~> 0.0.26"]
|
||||
gem.add_runtime_dependency "ftw", ["~> 0.0.27"]
|
||||
gem.add_runtime_dependency "haml"
|
||||
gem.add_runtime_dependency "rack"
|
||||
gem.add_runtime_dependency "sass"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue