Skip to content

Commit

Permalink
chore: bump Ruby min version (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Apr 27, 2024
1 parent 9240329 commit 00014d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appium_capybara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00014d6

Please sign in to comment.