Skip to content

Commit 68bd775

Browse files
committed
Jekyll expects gems as an array
Looks like more recent (?) versions of Jekyll expect `gems:` to be an array. Using the previously specified syntax I get: jekyll 3.0.1 | Error: undefined method `each' for "-octopress-image-tag":String
1 parent d3cbe06 commit 68bd775

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Then install the gem with Bundler
2222

2323
Then add the gem to your Jekyll configuration.
2424

25-
gems:
26-
-octopress-image-tag
25+
gems: [octopress-image-tag]
2726

2827
## Usage
2928

0 commit comments

Comments
 (0)