We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 858d0ed + 88d3dd6 commit 09cd32fCopy full SHA for 09cd32f
1 file changed
solidus_dev_support.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
spec.metadata['source_code_uri'] = 'https://github.com/solidusio/solidus_dev_support'
17
spec.metadata['changelog_uri'] = 'https://github.com/solidusio/solidus_dev_support/blob/master/CHANGELOG.md'
18
19
- spec.required_ruby_version = Gem::Requirement.new('~> 2.5')
+ spec.required_ruby_version = '>= 2.5.0'
20
21
# Specify which files should be added to the gem when it is released.
22
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
0 commit comments