Hi there, I’ve hit a frustrating issue last night and was hoping to get some help or pointers towards fixing this. I’ve got a very minimal gemfile, but adding a few new gems started this issue.
I’ve since removed the gems that I thought caused the issue, but I’m still hitting the same problems. Is there a methodology for fixing versions of gems at their last known working state? I suspect I’ve updated to the point that they no longer work.
gem 'middleman', '~> 4.2'
gem 'middleman-autoprefixer', '~> 3.0'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby, :x64_mingw]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw, :x64_mingw]
gem 'slim'
gem "middleman-blog", "~> 4.0"
gem 'middleman-simple-thumbnailer'
gem 'fastimage'
gem 'middleman-livereload'
gem 'parallel'
gem "middleman-imageoptim"
gem 'image_optim_pack'
gem 'nokogiri'
gem 'mini_magick'
gem 'zlib'