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.
1 parent 858d0ed commit 51f7cccCopy full SHA for 51f7ccc
1 file changed
solidus_dev_support.gemspec
@@ -16,8 +16,8 @@ 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')
20
-
+ spec.required_ruby_version = '>= 2.5.0'
+
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.
23
files = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0") }
0 commit comments