Middleman and bootstrap-sass

How should I use them together?
In Gemfile: gem 'bootstrap-sass', require: false
Or without require: false? And should I require it in config.rb

With require: false, without require in config.

This advice is only specific to this gem, since they try to create functions which conflict with Compass.

ok let’s continue there https://github.com/middleman/middleman/issues/948