it is perfectly fine to have an `assets:precompile` rake target on non-rails setups (like sinatra). this change allows such setups to run `rake assets:precompile` when needed, by only checking the presence of `rake` in the Gemfile, so that `rake -T` can be executed.