I cannot figure out why gem 'slim'
results in slim 1.0.1 instead of the latest slim 1.3.8! sinatra and slim both depend on tilt, but they only specify tilt '> 1.3, >= 1.3.4' and '> 1.2', respectively, and result in tilt 1.4.1 being installed.
Why do I keep getting slim 1.0.1?!