Although, it seems to be a popular issue, I didn't find anything relevant. The issue is that I keep having this kind of an error in the console while I'm using the Sinatra app
/home/alan/.rvm/gems/ruby-1.9.3-p327/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
I run the app as
bundle exec shotgun
What should I do get rid of it?
