Parcourir la source

Merge pull request #15 from dsyer/rouge

Add rouge gem
Brian Clozel il y a 9 ans
Parent
commit
48804fff88
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      Gemfile
  2. 1 0
      Gemfile.lock

+ 1 - 0
Gemfile

@@ -1,3 +1,4 @@
 source "http://rubygems.org"
 
 gem "github-pages"
+gem "rouge"

+ 1 - 0
Gemfile.lock

@@ -129,6 +129,7 @@ PLATFORMS
 
 DEPENDENCIES
   github-pages
+  rouge
 
 BUNDLED WITH
    1.11.2