Skip to content

Commit 3f7b999

Browse files
committed
Merge pull request #819 from rspec/use_git_on_3x
Use git dependencies for rspec gems (3.x)
2 parents e2e2ffa + 9df350c commit 3f7b999

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ gemspec
66
library_path = File.expand_path("../../#{lib}", __FILE__)
77
if File.exist?(library_path)
88
gem lib, :path => library_path
9-
elsif ENV["CI"] || ENV["USE_GIT_REPOS"]
10-
gem lib, :git => "git://github.com/rspec/#{lib}.git"
119
else
12-
gem lib
10+
gem lib, :git => "git://github.com/rspec/#{lib}.git"
1311
end
1412
end
1513

0 commit comments

Comments
 (0)