File: logger.rb

package info (click to toggle)
ruby-sass-rails 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: ruby: 11; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# frozen_string_literal: true

require "active_support/deprecation"

ActiveSupport::Deprecation.warn "Sass::Rails::Logger has been removed, please stop requiring sass/rails/logger."