Skip to content

Commit 392a9b6

Browse files
committed
chore: tweak
1 parent 3d42350 commit 392a9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium_lib_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'appium_lib_core/version'
55

66
Gem::Specification.new do |spec|
7-
spec.required_ruby_version = '>= 2.7'
7+
spec.required_ruby_version = Gem::Requirement.new('>= 2.7')
88

99
spec.name = 'appium_lib_core'
1010
spec.version = Appium::Core::VERSION

0 commit comments

Comments
 (0)