Skip to content

Commit

Permalink
Allow newer versions of Jekyll (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecheckoway authored and inukshuk committed Aug 23, 2019
1 parent 5bf9583 commit 9030a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-scholar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = s.name

s.add_runtime_dependency('jekyll', '~> 3.0')
s.add_runtime_dependency('jekyll', '>= 3.0')
s.add_runtime_dependency('citeproc-ruby', '~> 1.0')
s.add_runtime_dependency('csl-styles', '~> 1.0')
s.add_runtime_dependency('bibtex-ruby', '~> 4.0', '>= 4.0.13')
Expand Down

0 comments on commit 9030a57

Please sign in to comment.