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 bf16f2d commit 274aa9fCopy full SHA for 274aa9f
1 file changed
lib/solidus_dev_support/templates/extension/extension.gemspec.tt
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
spec.metadata['source_code_uri'] = '<%= gemspec.metadata["source_code_uri"] %>'
18
spec.metadata['changelog_uri'] = '<%= gemspec.metadata["changelog_uri"] %>'
19
20
- spec.required_ruby_version = Gem::Requirement.new('~> 2.5')
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 4')
21
22
# Specify which files should be added to the gem when it is released.
23
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
0 commit comments