Sha256: 818e13c898c497f42b56f4d4915ef496c28c34e6f1bff784cef42b5a5795edf5
Contents?: true
Size: 291 Bytes
Versions: 28
Compression:
Stored size: 291 Bytes
Contents
# Timber and lograge are not compatible installed together. Using lograge # with the Timber.io *service* is perfectly fine, but not with the Timber *gem*. begin require "lograge" module Lograge module_function def setup(app) return true end end rescue Exception end
Version data entries
28 entries across 28 versions & 1 rubygems