Skip to content

Commit

Permalink
Bump supported Ruby version to >= 2.1.0 (#6220)
Browse files Browse the repository at this point in the history
Merge pull request 6220
  • Loading branch information
ashmaroli authored and jekyllbot committed Jul 25, 2017
1 parent 4493f2a commit 96724af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rubygems_version = "2.2.2"
s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = ">= 2.1.0"

s.name = "jekyll"
s.version = Jekyll::VERSION
Expand Down

0 comments on commit 96724af

Please sign in to comment.