Skip to content

Commit 00774bd

Browse files
committed
Merge branch 'set-ruby-requirement'
2 parents 53a87ba + 0a6ebaa commit 00774bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ten_years_rails.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ Gem::Specification.new do |spec|
1010
spec.email = ["[email protected]"]
1111

1212
spec.summary = %q{Companion code to Ten Years of Rails Upgrades}
13+
spec.description = %q{A set of handy tools to upgrade your Rails application and keep it up to date}
1314
spec.homepage = "https://github.com/clio/ten_years_rails"
1415
spec.license = "MIT"
1516

17+
spec.required_ruby_version = ">= 2.3.0"
18+
1619
spec.files = `git ls-files -z`.split("\x0").reject do |f|
1720
f.match(%r{^(test|spec|features)/})
1821
end

0 commit comments

Comments
 (0)