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

Commit c8b23ee

Browse files
authored
Reset patch-level dependency to 0
A non-zero patch level in the pessimistic version constraint means you can't install the next minor version until its patch level reaches the constraint patch level.
1 parent 1b65f85 commit c8b23ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Gem::Specification.new do |s|
4242
s.add_runtime_dependency "rspec-support", "= #{RSpec::Core::Version::STRING}"
4343
else
4444
# rspec-support must otherwise match our major/minor version
45-
s.add_runtime_dependency "rspec-support", "~> #{RSpec::Core::Version::STRING.split('.')[0..1].concat(['3']).join('.')}"
45+
s.add_runtime_dependency "rspec-support", "~> #{RSpec::Core::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
4646
end
4747

4848
s.add_development_dependency "cucumber", "~> 1.3"

0 commit comments

Comments
 (0)