mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
update dependencies across development repos
This commit is contained in:
parent
2dd1f6f97b
commit
cefb61cfb2
1 changed files with 4 additions and 3 deletions
7
Gemfile
7
Gemfile
|
@ -1,6 +1,7 @@
|
|||
source :rubygems
|
||||
|
||||
gem "rake"
|
||||
gem "rspec-core", :path => "../rspec-core"
|
||||
gem "rspec-expectations", :path => "../rspec-expectations"
|
||||
gem "rspec-mocks", :path => "../rspec-mocks"
|
||||
|
||||
%w[rspec-core rspec-expectations rspec-mocks].each do |lib|
|
||||
gem lib, :path => File.expand_path("../../#{lib}", __FILE__)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue