Skip to content

Commit 9a00138

Browse files
committed
Don't _require_ Ruby 2.5, but it's encouraged.
1 parent 4b9b5ad commit 9a00138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-pages.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require File.expand_path("lib/github-pages/plugins", __dir__)
55
require File.expand_path("lib/github-pages/version", __dir__)
66

77
Gem::Specification.new do |s|
8-
s.required_ruby_version = ">= 2.5.0"
8+
s.required_ruby_version = ">= 2.3.0"
99

1010
s.name = "github-pages"
1111
s.version = GitHubPages::VERSION

0 commit comments

Comments
 (0)