Skip to content

Commit 45a1451

Browse files
committed
experiment! Set aruba to the version we used before updating it
https://github.com/rspec/rspec-rails/pull/2140/files#diff-73c25cf975ccb4c89d8659202506c353L58 bumped aruba from 0.5.4 straight to 0.14.12. Using the version that used to work for older rails.
1 parent c77dfe8 commit 45a1451

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
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
5353
s.add_development_dependency 'cucumber', '~> 1.3.5'
5454
if ENV['RAILS_VERSION'].gsub(/[^\d\.-]/, '').tr('-', '.') < '4.0'
5555
# aruba > 0.9 depends on thor ~> 0.19, while railties < 4.0 depend on thor ~> 0.14.6
56-
s.add_development_dependency 'aruba', '~> 0.8.1'
56+
s.add_development_dependency 'aruba', '~> 0.5.4'
5757
else
5858
s.add_development_dependency 'aruba', '~> 0.14.12'
5959
end

0 commit comments

Comments
 (0)