dotcfg.gemspec in dotcfg-1.0.0.1 vs dotcfg.gemspec in dotcfg-1.0.1.1

- old
+ new

@@ -4,10 +4,10 @@ s.author = 'Rick Hull' s.homepage = 'https://github.com/rickhull/dotcfg' s.license = 'MIT' s.description = 'JSON and YAML config serialization and persistence' - s.required_ruby_version = '~> 3.0' + s.required_ruby_version = '>= 2' s.add_runtime_dependency 'json', '~> 2.5' s.add_runtime_dependency 'yaml', '~> 0.1' s.add_development_dependency 'buildar', '~> 2' s.version = File.read(File.join(__dir__, 'VERSION')).chomp