Skip to content

Commit 1dcff41

Browse files
pirjJonRowe
andauthored
Clarify why a specific version of Aruba is used
Co-authored-by: Jon Rowe <[email protected]>
1 parent a8dd5e1 commit 1dcff41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
5252

5353
s.add_development_dependency 'cucumber', '~> 1.3.5'
5454
if ENV['RAILS_VERSION'].gsub(/[^\d\.-]/, '').tr('-', '.') < '4.0'
55-
# aruba > 0.9 depends on thor ~> 0.19, while railties < 4.0 depend on thor ~> 0.14.6
55+
# We use aruba `~> 0.5.4` as the last known working version and later versions (> 0.9) depend on thor ~> 0.19, which is incompatible with railties < 4.0.
5656
s.add_development_dependency 'aruba', '~> 0.5.4'
5757
else
5858
s.add_development_dependency 'aruba', '~> 0.14.12'

0 commit comments

Comments
 (0)