Skip to content

Commit

Permalink
Merge pull request #573 from CocoaPods/segiddins/require-set
Browse files Browse the repository at this point in the history
Require set before it is used
  • Loading branch information
segiddins committed May 9, 2018
2 parents b27620b + ebcf6b9 commit 3333a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,9 @@

##### Bug Fixes

* None.
* Add a missing `require 'set'` so the library can be loaded.
[Samuel Giddins](https://github.com/segiddins)
[#572](https://github.com/CocoaPods/Xcodeproj/issues/572)


## 1.5.8 (2018-05-09)
Expand Down
@@ -1,3 +1,5 @@
require 'set'

module Xcodeproj
class Project
module Object
Expand Down

0 comments on commit 3333a87

Please sign in to comment.