Skip to content

Commit

Permalink
Pin mini_magick to 3.5.0
Browse files Browse the repository at this point in the history
Until probablycorey/mini_magick#4 is fixed, this won't work on Windows, so suggest the version that does work.
  • Loading branch information
steveklabnik committed Jul 16, 2013
1 parent a054479 commit 359ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2012-06-03-thumbnails.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 359ddd2

Please sign in to comment.