0

I'm developping a Sinatra app. Where starting the server with rackup or shotgun, I get this message:

Doing `require 'backports'` is deprecated and will not load any backport in the next major release.
Require just the needed backports instead, or 'backports/latest'.

I'm not requiring backports anywhere in my app. Looking up a little bit, is seems related to the linux kernel (?). I'm running this on Manjaro.

Is this something I should worry about? How to repair this?

thiebo
  • 859
  • 1
  • 9
  • 23

1 Answers1

0

Tried including gem 'backports', :require => false in Gemfile but still stucked with the same issue.

Agnip
  • 9
  • 2