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?
When sinatra-contrib is required, there is a message printed to STDERR:
Rails backports are deprecated
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
Closed by #1411.
Will this fix be released soon?
Most helpful comment
Will this fix be released soon?