can a rails bootstrap html output depend on the

Can a #rails #bootstrap html-output depend on the #ruby-version? No idea where this difference come from. The code is exactly the same. Ruby-version is the only difference. And yes, I did assets:precompile ;-)
Let me know if you ever faced a similar issue or even know where this come from.
Update
Obviously it’s not about the ruby-version, tho. To be honest, I’ve no idea what it is exactly but moving from twitter-bootstrap-rails
to bootstrap-sass
solved the problem on any machine.
Before I did this, I figured out that touch app/assets/stylesheets/bootst*
helps a lot but there was still a difference between production-mode on a mac and production-mode on two different linux-machines. Boring :/
With bootstrap-sass
my world is bright again.