Skip to content

Commit

Permalink
Update xcodeproj dependency
Browse files Browse the repository at this point in the history
This version of xcodeproj fixes a segfault that some CocoaPods users
were seeing. We haven't gotten any reports yet, but better safe than
sorry.
  • Loading branch information
gfontenot committed Oct 7, 2014
1 parent 0514827 commit e4f9014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :dist do
gem 'xcodeproj', '~> 0.19.2'
gem 'xcodeproj', '~> 0.19.3'
gem 'highline', '~> 1.6'
end

Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
Expand All @@ -18,8 +17,7 @@ GEM
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.6)
xcodeproj (0.19.2)
CFPropertyList (~> 2.2)
xcodeproj (0.19.3)
activesupport (~> 3.0)
colored (~> 1.2)

Expand All @@ -29,4 +27,4 @@ PLATFORMS
DEPENDENCIES
highline (~> 1.6)
rspec
xcodeproj (~> 0.19.2)
xcodeproj (~> 0.19.3)

0 comments on commit e4f9014

Please sign in to comment.