From f0757720930b0754a553a230185ba06af7428d67 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 16 Jul 2013 09:32:48 -0400 Subject: [PATCH] Pin mini_magick to 3.5.0 Until probablycorey/mini_magick#4 is fixed, this won't work on Windows, so suggest the version that does work. --- _posts/2012-06-03-thumbnails.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2012-06-03-thumbnails.markdown b/_posts/2012-06-03-thumbnails.markdown index b54a084c..8b842bc5 100644 --- a/_posts/2012-06-03-thumbnails.markdown +++ b/_posts/2012-06-03-thumbnails.markdown @@ -28,7 +28,7 @@ used before? Open `Gemfile` in the project and add {% highlight ruby %} -gem 'mini_magick' +gem 'mini_magick', '3.5.0' {% endhighlight %} under the line