We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c68ec2 commit df0c8afCopy full SHA for df0c8af
1 file changed
entitlements-app.gemspec
@@ -11,8 +11,7 @@ Gem::Specification.new do |s|
11
s.files = Dir.glob("lib/**/*") + %w[bin/deploy-entitlements VERSION]
12
s.homepage = "https://github.com/github/entitlements-app"
13
s.executables = %w[deploy-entitlements]
14
-
15
- s.required_ruby_version '~> 2.0'
+ s.required_ruby_version = '~> 2.0'
16
17
s.add_dependency "concurrent-ruby", "= 1.1.9"
18
s.add_dependency "contracts", "= 0.16.0"
0 commit comments