Skip to content

Commit

Permalink
Lock jekyll to 3.4.4 due to incompatibility with plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
yizeng committed Jul 2, 2017
1 parent f46d330 commit 6a70eca
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Thumbs.db
/node_modules
/yarn-error.log
yarn.lock

# Ignore Yard Doc
/doc
.yardoc/
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec
#
# source "https://rubygems.org"

# gem 'jekyll'
# gem 'jekyll', '= 3.4.4' # locked in for now due to a bug in jekyll 3.5.0

# group :jekyll_plugins do
# gem 'jekyll-feed'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ i.e. `jekyllapp` in this example.
```ruby
source "https://rubygems.org"

gem 'jekyll'
gem 'jekyll', '= 3.4.4' # locked in for now due to a bug in jekyll 3.5.0

group :jekyll_plugins do
gem 'jekyll-feed'
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-simple-texture.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }

spec.add_runtime_dependency "jekyll", "~> 3.4"
spec.add_runtime_dependency "jekyll", "= 3.4.4"
spec.add_runtime_dependency "jekyll-feed", "~> 0.9.2"
spec.add_runtime_dependency "jekyll-redirect-from", "~> 0.12.1"
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.2', '>= 2.2.3'
Expand Down
2 changes: 1 addition & 1 deletion starter-kit/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'jekyll'
gem 'jekyll', '= 3.4.4' # locked in for now due to a bug in jekyll 3.5.0
gem 'jekyll-theme-simple-texture'

group :jekyll_plugins do
Expand Down

0 comments on commit 6a70eca

Please sign in to comment.