fusuma-plugin-appmatcher.gemspec in fusuma-plugin-appmatcher-0.5.0 vs fusuma-plugin-appmatcher.gemspec in fusuma-plugin-appmatcher-0.6.0
- old
+ new
@@ -26,8 +26,9 @@
spec.add_runtime_dependency "ruby-dbus"
spec.add_dependency "fusuma", ">= 3.0"
spec.metadata["rubygems_mfa_required"] = "true"
- spec.required_ruby_version = ">= 2.5.1" # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all§ion=main
- # support bionic (18.04LTS) 2.5.1
+ spec.required_ruby_version = ">= 2.7"
+ # https://packages.ubuntu.com/search?keywords=ruby&searchon=names&exact=1&suite=all§ion=main
+ # support focal (20.04LTS) 2.7
end