We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77dfe8 commit 45a1451Copy full SHA for 45a1451
rspec-rails.gemspec
@@ -53,7 +53,7 @@ Gem::Specification.new do |s|
53
s.add_development_dependency 'cucumber', '~> 1.3.5'
54
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
56
- s.add_development_dependency 'aruba', '~> 0.8.1'
+ s.add_development_dependency 'aruba', '~> 0.5.4'
57
else
58
s.add_development_dependency 'aruba', '~> 0.14.12'
59
end
0 commit comments