Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from contentful/rubydog/jekyll-version
Browse files Browse the repository at this point in the history
Updated jekyll version
  • Loading branch information
rubydog authored Sep 8, 2022
2 parents 2aa2c43 + 9b46342 commit 1f2c075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Changed CI/CD vendor from tavis to circleci
* Updated bundler
* Fixed hash matching for ruby version greater than 3
* Updated `jekyll` gem version

## v1.8.2
* Updated `rich_text_renderer` gem version.
Expand Down
2 changes: 1 addition & 1 deletion jekyll-contentful.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

# The version of middleman-core your extension depends on
s.add_dependency("jekyll", ">= 2.5.0", "< 4")
s.add_dependency("jekyll", ">= 2.5.0", "< 5")

# Additional dependencies
s.add_dependency("contentful", '~> 2.1')
Expand Down

0 comments on commit 1f2c075

Please sign in to comment.