Skip to content

Commit

Permalink
Merge pull request #8 from jayvdb/dependabot/bundler/jekyll-gte-3-and…
Browse files Browse the repository at this point in the history
…-lt-5
  • Loading branch information
dependabot[bot] authored Jul 12, 2021
2 parents 4d991a1 + f3bc518 commit a9f94f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-netlify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'jekyll', '~> 3.0'
spec.add_dependency 'jekyll', '>= 3', '< 5'

spec.add_development_dependency 'bundler', '>= 2.2.10'
spec.add_development_dependency 'mocha'
Expand Down

0 comments on commit a9f94f9

Please sign in to comment.