Skip to content

Commit

Permalink
Update jekyll requirement from ~> 3.5 to >= 3.5, < 5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [jekyll](https://github.com/jekyll/jekyll) to permit the latest version.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](jekyll/jekyll@v3.5.0...v3.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 26, 2019
1 parent fc458bc commit dcccac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion japr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '2.2.2'

# Runtime dependencies
s.add_runtime_dependency 'jekyll', '~> 3.5'
s.add_runtime_dependency 'jekyll', '>= 3.5', '< 5.0'
s.add_runtime_dependency 'liquid', '~> 4.0'

# Development dependencies
Expand Down

0 comments on commit dcccac8

Please sign in to comment.