Merge pull request #856 from openHPI/dependabot/bundler/telegraf-1.0.0

Bump telegraf from 0.8.0 to 1.0.0
This commit is contained in:
Sebastian Serth
2021-01-27 10:39:05 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -422,7 +422,7 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
structured_warnings (0.4.0)
telegraf (0.8.0)
telegraf (1.0.0)
influxdb
temple (0.8.2)
thor (1.1.0)

View File

@ -33,6 +33,6 @@ module CodeOcean
config.action_cable.mount_path = '/cable'
config.telegraf.rack.tags = {application: 'codeocean'}
config.telegraf.tags = { application: 'codeocean' }
end
end