pin rexml to >=3.4.2 (#9533)
This commit is contained in:
parent
9e30f87a98
commit
1902340017
2 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -1,3 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "cocoapods", "1.16.1"
|
||||
gem "rexml", ">= 3.4.2"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ GEM
|
|||
netrc (0.11.0)
|
||||
nkf (0.2.0)
|
||||
public_suffix (4.0.7)
|
||||
rexml (3.3.9)
|
||||
rexml (3.4.4)
|
||||
ruby-macho (2.5.1)
|
||||
securerandom (0.4.0)
|
||||
typhoeus (1.4.1)
|
||||
|
|
@ -107,6 +107,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
cocoapods (= 1.16.1)
|
||||
rexml (>= 3.4.2)
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.11
|
||||
|
|
|
|||
Loading…
Reference in a new issue