Skip to content

Commit 3bfc632

Browse files
committed
Update required_ruby_version in gemspec
1 parent cf5bf64 commit 3bfc632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.homepage = 'https://github.com/wordpress-mobile/release-toolkit'
1313
spec.license = 'MIT'
1414

15-
spec.required_ruby_version = '>= 2.6'
15+
spec.required_ruby_version = '>= 2.7'
1616

1717
spec.files = Dir['lib/**/*'] + %w[README.md LICENSE]
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)