Skip to content

Commit df52808

Browse files
committed
Declare supported ruby version
1 parent d73c152 commit df52808

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sitemap_generator.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Gem::Specification.new do |s|
44
s.name = 'sitemap_generator'
55
s.version = File.read('VERSION').chomp
66
s.platform = Gem::Platform::RUBY
7+
s.required_ruby_version = '>= 2.6'
78
s.authors = ['Karl Varga']
89
s.email = 'kjvarga@gmail.com'
910
s.homepage = 'https://github.com/kjvarga/sitemap_generator'

0 commit comments

Comments
 (0)