Skip to content

Commit ed17a73

Browse files
Copilotsshaw
andcommitted
Remove Rake version restriction from gemspec
Co-authored-by: sshaw <[email protected]>
1 parent 5118fd9 commit ed17a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.add_dependency "activesupport", ">= 3.2", "< 7"
2222

2323
spec.add_development_dependency "bundler"
24-
spec.add_development_dependency "rake", "~> 10.0"
24+
spec.add_development_dependency "rake"
2525
spec.add_development_dependency "appraisal"
2626
spec.add_development_dependency "minitest"
2727
end

0 commit comments

Comments
 (0)