Skip to content

Commit df0c8af

Browse files
committed
required_ruby_version is an assignment and not a method
1 parent 7c68ec2 commit df0c8af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

entitlements-app.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Gem::Specification.new do |s|
1111
s.files = Dir.glob("lib/**/*") + %w[bin/deploy-entitlements VERSION]
1212
s.homepage = "https://github.com/github/entitlements-app"
1313
s.executables = %w[deploy-entitlements]
14-
15-
s.required_ruby_version '~> 2.0'
14+
s.required_ruby_version = '~> 2.0'
1615

1716
s.add_dependency "concurrent-ruby", "= 1.1.9"
1817
s.add_dependency "contracts", "= 0.16.0"

0 commit comments

Comments
 (0)