Skip to content

Commit 79a870e

Browse files
committed
Relax Jekyll dependency to allow for version 4.0
1 parent 8b9af8e commit 79a870e

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.4.3]
9+
10+
### Changed
11+
- Relax Jekyll dependency to allow for version 4.0.
12+
813
## [1.4.2] - 2019-07-18
914

1015
### Added

jekyll-theme-basically-basic.gemspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Gem::Specification.new do |spec|
1515
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
1616
end
1717

18-
spec.add_runtime_dependency "jekyll", "~> 3.7"
19-
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
18+
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
19+
spec.add_runtime_dependency "jekyll-feed", "~> 0.1"
2020
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
21-
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
22-
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.2"
21+
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.6"
22+
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.3"
2323

24-
spec.add_development_dependency "bundler", "~> 1.15"
24+
spec.add_development_dependency "bundler"
2525
spec.add_development_dependency "rake", "~> 10.0"
2626
end

0 commit comments

Comments
 (0)