Skip to content

Commit

Permalink
Use rouge fork for lexer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Sep 3, 2018
1 parent f02cab7 commit 6b13e5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gem 'jekyll-assets', '~> 2.4.0'
gem 'jekyll-timeago'
gem 'jekyll-seo-tag'
gem 'haml'
gem 'rouge', '~> 3.2.0'
gem 'rouge', git: 'https://github.com/manastech/rouge.git', branch: 'crystal'
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/manastech/rouge.git
revision: fb0ac75b5e28497baeff5df660f16e77591f8167
branch: crystal
specs:
rouge (3.2.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -64,7 +71,6 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (3.2.1)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.5.7)
Expand All @@ -87,7 +93,7 @@ DEPENDENCIES
jekyll-assets (~> 2.4.0)
jekyll-seo-tag
jekyll-timeago
rouge (~> 3.2.0)
rouge!

BUNDLED WITH
1.16.4

0 comments on commit 6b13e5a

Please sign in to comment.