File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source "https://rubygems.org"
22
33gemspec
44
5- %w[ rspec rspec-core rspec- expectations rspec-mocks rspec-collection_matchers rspec-support ] . each do |lib |
5+ %w[ rspec rspec-expectations rspec-mocks rspec-collection_matchers rspec-support ] . each do |lib |
66 library_path = File . expand_path ( "../../#{ lib } " , __FILE__ )
77 if File . exist? ( library_path ) && !ENV [ 'USE_GIT_REPOS' ]
88 gem lib , :path => library_path
@@ -11,6 +11,9 @@ gemspec
1111 end
1212end
1313
14+ # TODO: remove this before merging this PR (and after the rspec-core PR is merged)
15+ gem 'rspec-core' , :github => "rspec/rspec-core" , :branch => "define-derived-metadata"
16+
1417### deps for rdoc.info
1518group :documentation do
1619 gem 'yard' , '0.8.7.3' , :require => false
You can’t perform that action at this time.
0 commit comments