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

Commit 31131c5

Browse files
stim371pirj
authored andcommitted
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 07c8c25 commit 31131c5

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
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
4141
s.add_runtime_dependency "rspec-support", "= #{RSpec::Core::Version::STRING}"
4242
else
4343
# rspec-support must otherwise match our major/minor version
44-
s.add_runtime_dependency "rspec-support", "~> #{RSpec::Core::Version::STRING.split('.')[0..1].concat(['3']).join('.')}"
44+
s.add_runtime_dependency "rspec-support", "~> #{RSpec::Core::Version::STRING.split('.')[0..1].concat(['0']).join('.')}"
4545
end
4646

4747
s.add_development_dependency 'cucumber', '>= 3.2'

0 commit comments

Comments
 (0)