Merge pull request #157 from swarzech/dev
fixed the rouge gem to fixed an issue with the language tabs
Showing
| ... | ... | @@ -2,6 +2,8 @@ |
| # the following line to use "https" | ||
| source 'http://rubygems.org' | ||
| gem "rouge", "1.7.2" | ||
| gem "middleman", "~>3.3.0" | ||
| # For syntax highlighting | ||
| ... | ... |
Please register or sign in to comment