head_music.gemspec in head_music-0.24.1 vs head_music.gemspec in head_music-0.24.2
- old
+ new
@@ -20,10 +20,10 @@
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.required_ruby_version = '>= 2.4.0'
+ spec.required_ruby_version = '>= 2.5'
spec.add_runtime_dependency 'activesupport', '> 5.0'
spec.add_runtime_dependency 'humanize', '~> 1.3'
spec.add_runtime_dependency 'i18n', '~> 1.8'