Commit f9d2cbce authored by Eloy Durán's avatar Eloy Durán

Merge pull request #218 from willpragnell/master

Removed broken Xcodeproj bundle install command from rake bootstrap task
parents 4945e7d0 c0ce5632
...@@ -208,7 +208,6 @@ task :bootstrap do ...@@ -208,7 +208,6 @@ task :bootstrap do
puts "Installing gems" puts "Installing gems"
`bundle install` `bundle install`
`cd external/XcodeProj && bundle install`
end end
desc "Run all specs" desc "Run all specs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment