Skip to content

Commit

Permalink
experiment! Set aruba to the version we used before updating it
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pirj committed Jul 21, 2020
1 parent c77dfe8 commit 45a1451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'cucumber', '~> 1.3.5'
if ENV['RAILS_VERSION'].gsub(/[^\d\.-]/, '').tr('-', '.') < '4.0'
# aruba > 0.9 depends on thor ~> 0.19, while railties < 4.0 depend on thor ~> 0.14.6
s.add_development_dependency 'aruba', '~> 0.8.1'
s.add_development_dependency 'aruba', '~> 0.5.4'
else
s.add_development_dependency 'aruba', '~> 0.14.12'
end
Expand Down

0 comments on commit 45a1451

Please sign in to comment.