Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Relax aruba restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Dec 26, 2023
1 parent 5d3730a commit f9e8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-mocks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '> 10.0.0'
s.add_development_dependency 'cucumber', '>= 1.3'
if RUBY_VERSION.to_f >= 2.4
s.add_development_dependency 'aruba', '~> 1.1'
s.add_development_dependency 'aruba', '>= 1.1.0', '< 3.0.0'
else
s.add_development_dependency 'aruba', '~> 0.14.10'
end
Expand Down

0 comments on commit f9e8dd0

Please sign in to comment.