We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d42350 commit 392a9b6Copy full SHA for 392a9b6
appium_lib_core.gemspec
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
require 'appium_lib_core/version'
5
6
Gem::Specification.new do |spec|
7
- spec.required_ruby_version = '>= 2.7'
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
8
9
spec.name = 'appium_lib_core'
10
spec.version = Appium::Core::VERSION
0 commit comments