Skip to content

Commit

Permalink
Update rouge to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed May 31, 2015
1 parent 67263d8 commit 3a53a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'middleman', '~>3.3.10'
gem 'middleman-gh-pages', '~> 0.0.3'
gem 'middleman-syntax', '~> 2.0.0'
gem 'rouge', '~> 1.8.0'
gem 'rouge', '~> 1.9.0'
gem 'redcarpet', '~> 3.2.2'

gem 'rake', '~> 10.4.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
ffi (>= 0.5.0)
redcarpet (3.2.3)
ref (1.0.5)
rouge (1.8.0)
rouge (1.9.0)
sass (3.4.13)
sprockets (2.12.3)
hike (~> 1.2)
Expand Down Expand Up @@ -129,5 +129,5 @@ DEPENDENCIES
middleman-syntax (~> 2.0.0)
rake (~> 10.4.2)
redcarpet (~> 3.2.2)
rouge (~> 1.8.0)
rouge (~> 1.9.0)
therubyracer (~> 0.12.1)

0 comments on commit 3a53a3c

Please sign in to comment.