Skip to content

Commit

Permalink
feat: ruby version spec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vila committed Mar 5, 2024
1 parent 31a9067 commit 1d3af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane-plugin-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["lib/**/*"] + %w(README.md LICENSE)
spec.require_paths = ['lib']
spec.metadata['rubygems_mfa_required'] = 'true'
spec.required_ruby_version = '>= 3.1'
spec.required_ruby_version = '>= 2.6'

# Don't add a dependency to fastlane or fastlane_re
# since this would cause a circular dependency
Expand Down

0 comments on commit 1d3af96

Please sign in to comment.