Skip to content

Problem with DEPRECATED warnings for Rails 4 #939

@abitrolly

Description

@abitrolly

Describe the bug

The warning below is issued every time a Rail 4 project is built.

DEPRECATION WARNING: Sprockets method `register_engine` is deprecated.
       Please register a mime type using `register_mime_type` then
       use `register_compressor` or `register_transformer`.

The error for Rails 5 is fixed by 553e785 which is in master, but not released.

Is would be very nice if a backport of 3.x version of twitter-bootstrap-rails could be released with this bugfix. Because 4.x is not compatible with Rails 4.

s.add_dependency 'actionpack', '>= 5.0', '< 7.0'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions