Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 2c2849b

Browse files
authored
Merge pull request #2 from ncreuschling/define-required-ruby-version
define required Ruby version ~> 2.1
2 parents 6733972 + 03d9507 commit 2c2849b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dkdeploy-php.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'dkd PHP deployment tasks and strategies'
1313
spec.summary = 'dkd php deployment tasks and strategies'
1414
spec.homepage = 'https://github.com/dkdeploy/dkdeploy-php'
15+
spec.required_ruby_version = '~> 2.1'
1516

1617
spec.files = `git ls-files`.split($/)
1718
spec.executables = spec.files.grep(%r{^bin\/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)