[go: up one dir, main page]

File: Gemfile

package info (click to toggle)
ruby-mono-logger 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: ruby: 529; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

# Specify your gem's dependencies in mono_logger.gemspec
gemspec

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.2.0")
  gem 'logger-application'
end