Skip to content

Commit

Permalink
Revert Jekyll version to 3.4.5 to be consistent with GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yizeng committed Aug 8, 2017
1 parent 463659d commit e6b9cc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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', '= 3.5.1' # locked in for stability.
# gem 'jekyll', '= 3.4.5' # locked in to be consistent GitHub Pages.

# 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', '= 3.5.1' # locked in for stability.
gem 'jekyll', '= 3.4.5' # locked in to be consistent GitHub Pages.

group :jekyll_plugins do
gem 'jekyll-feed'
Expand Down
4 changes: 2 additions & 2 deletions jekyll-theme-simple-texture.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-simple-texture"
spec.version = "0.1.7"
spec.version = "0.1.8"
spec.authors = ["Yi Zeng"]
spec.email = ["[email protected]"]

Expand All @@ -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.5.1"
spec.add_runtime_dependency "jekyll", "= 3.4.5"
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', '= 3.5.1' # locked in for stability.
gem 'jekyll', '= 3.4.5' # locked in to be consistent GitHub Pages.
gem 'jekyll-theme-simple-texture'

group :jekyll_plugins do
Expand Down

0 comments on commit e6b9cc9

Please sign in to comment.