Skip to content

Commit

Permalink
Up minimum Ruby version for MDNS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphonay committed Jan 2, 2024
1 parent 9a4d519 commit 64df652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = '>= 2.1.0'
spec.add_dependency 'thor'
spec.add_dependency 'json'
spec.add_dependency 'log_switch', '0.4.0'
Expand Down

0 comments on commit 64df652

Please sign in to comment.