Update gems, switch redcarpet to gem reference now that 3.1 is released
Showing
| ... | ... | @@ -13,7 +13,7 @@ gem 'middleman-gh-pages' |
| # Live-reloading plugin | ||
| gem "middleman-livereload", "~> 3.1.0" | ||
| gem 'redcarpet', :git => 'https://github.com/vmg/redcarpet.git' | ||
| gem 'redcarpet', '~> 3.1.1' | ||
| # For faster file watcher updates on Windows: | ||
| gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | ||
| ... | ... |
Please register or sign in to comment