Update github-linguist, middleman, add Gemnasium status badge
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
# the following line to use "https" | # the following line to use "https" | ||
source 'http://rubygems.org' | source 'http://rubygems.org' | ||
gem "middleman", "~>3.1.5" | gem "middleman", "~>3.2.0" | ||
# For syntax highlighting | # For syntax highlighting | ||
gem "middleman-syntax" | gem "middleman-syntax" | ||
... | @@ -15,7 +15,7 @@ gem "middleman-livereload", "~> 3.1.0" | ... | @@ -15,7 +15,7 @@ gem "middleman-livereload", "~> 3.1.0" |
gem 'redcarpet', git: 'https://github.com/vmg/redcarpet.git' | gem 'redcarpet', git: 'https://github.com/vmg/redcarpet.git' | ||
gem "github-linguist" | gem "github-linguist", "~> 2.9.5" | ||
# For faster file watcher updates on Windows: | # For faster file watcher updates on Windows: | ||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | ||
... | ... |
Please register or sign in to comment