Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails backports are deprecated (sinatra-contrib) #1598

Closed
DannyBen opened this issue Feb 27, 2020 · 2 comments
Closed

Rails backports are deprecated (sinatra-contrib) #1598

DannyBen opened this issue Feb 27, 2020 · 2 comments

Comments

@DannyBen
Copy link

DannyBen commented Feb 27, 2020

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

@DannyBen DannyBen changed the title "Rails backports are deprecated" output when requiring 'sinatra-contrib' Rails backports are deprecated (sinatra-contrib) Feb 27, 2020
@jkowens
Copy link
Member

jkowens commented Mar 13, 2020

Closed by #1411.

@jkowens jkowens closed this as completed Mar 13, 2020
@DannyBen
Copy link
Author

Will this fix be released soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants