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 51f7ccc commit 88d3dd6Copy full SHA for 88d3dd6
1 file changed
solidus_dev_support.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
spec.metadata['changelog_uri'] = 'https://github.com/solidusio/solidus_dev_support/blob/master/CHANGELOG.md'
18
19
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.
23
files = Dir.chdir(__dir__) { `git ls-files -z`.split("\x0") }
0 commit comments