Skip to content

Commit

Permalink
chore: Bump Jekyll dependency to 4.0, release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Apr 16, 2020
1 parent bddbd26 commit 45090cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-external-links.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'jekyll-external-links'
s.version = '0.1.3'
s.version = '1.0.0'
s.authors = ['Ribose Inc.']
s.email = ['[email protected]']

Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r!^(example-site|test|spec|features)/!) }

s.add_runtime_dependency 'jekyll', '~> 3.8'
s.add_runtime_dependency 'jekyll', '~> 4.0'
s.add_runtime_dependency 'nokogiri'
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rubocop', '~> 0.50'
Expand Down

0 comments on commit 45090cc

Please sign in to comment.