Bootstrap 4 gem failing?

Am I doing something obviously wrong? I don’t seem to be able to get bundle to work without it listing a long line of errors of dependencies.

gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 2.7'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw]
gem 'middleman-livereload'
gem 'middleman-compass'
gem "compass"
gem "builder"
gem "middleman-blog"
gem 'nokogiri'
gem 'middleman-search_engine_sitemap'
gem 'middleman-robots'
gem 'middleman-minify-html'
gem 'middleman-imageoptim'
gem "middleman-favicon-maker"
gem "bootstrap"

Similar topic? Definitive Guide to Middleman 4 and Bootstrap