Skip to content

Commit 09cd32f

Browse files
authored
Merge pull request #174 from gauravtiwari/patch-1
Relax Ruby version requirement
2 parents 858d0ed + 88d3dd6 commit 09cd32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solidus_dev_support.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.metadata['source_code_uri'] = 'https://github.com/solidusio/solidus_dev_support'
1717
spec.metadata['changelog_uri'] = 'https://github.com/solidusio/solidus_dev_support/blob/master/CHANGELOG.md'
1818

19-
spec.required_ruby_version = Gem::Requirement.new('~> 2.5')
19+
spec.required_ruby_version = '>= 2.5.0'
2020

2121
# Specify which files should be added to the gem when it is released.
2222
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)