Sinatra: Rails backports are deprecated (sinatra-contrib)

Created on 27 Feb 2020  路  2Comments  路  Source: sinatra/sinatra

I see many backports related issues, but none are recent or open, so I am posting this issue in case it is not already known.

I see some issues are calling for removal of the backports dependency - maybe this is an opportunity to reconsider?

Problem

When sinatra-contrib is required, there is a message printed to STDERR:

Rails backports are deprecated

Reproduction

Run this script.

#!/usr/bin/env ruby
require 'bundler/inline'

gemfile do
  source "https://rubygems.org"
  gem 'sinatra', '2.0.8.1'
  gem 'sinatra-contrib', '2.0.8.1'
end

References

Most helpful comment

Will this fix be released soon?

All 2 comments

Closed by #1411.

Will this fix be released soon?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

singram picture singram  路  4Comments

aren55555 picture aren55555  路  7Comments

mediafinger picture mediafinger  路  7Comments

za3k picture za3k  路  5Comments

ricardovsilva picture ricardovsilva  路  7Comments