From 00014d6c37ec6279f924715371c82d9716fd4598 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 27 Apr 2024 11:38:14 -0700 Subject: [PATCH] chore: bump Ruby min version (#72) --- appium_capybara.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appium_capybara.gemspec b/appium_capybara.gemspec index 5bec64a..3144181 100644 --- a/appium_capybara.gemspec +++ b/appium_capybara.gemspec @@ -7,7 +7,7 @@ class Gem::Specification end Gem::Specification.new do |s| - s.required_ruby_version = '>= 2.7' + s.required_ruby_version = Gem::Requirement.new('>= 3.0') s.name = 'appium_capybara' s.version = Appium::Capybara::VERSION