Skip to content

Commit

Permalink
fix(jekyll): lock jekyll version jekyll/jekyll#4427
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 2, 2016
1 parent c0cb69a commit dec98b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :development do
gem 'jekyll', '>= 3.0.1'
gem 'jekyll', '3.0.1'
gem 'jekyll-last-modified-at'
gem 'stringex'
end

0 comments on commit dec98b3

Please sign in to comment.