Skip to content

Commit

Permalink
Require set before it is used
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 9, 2018
1 parent b27620b commit ebcf6b9
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 ebcf6b9

Please sign in to comment.