File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ gem 'bigdecimal'
12
12
gem 'logger'
13
13
gem 'benchmark'
14
14
gem 'mutex_m'
15
+ gem 'ffi' , '>= 1.17.2'
16
+ gem 'rexml' , '>= 3.3.9'
Original file line number Diff line number Diff line change 62
62
escape (0.0.4 )
63
63
ethon (0.16.0 )
64
64
ffi (>= 1.15.0 )
65
- ffi (1.17.0 )
65
+ ffi (1.17.2 )
66
66
fourflusher (2.3.1 )
67
67
fuzzy_match (2.0.4 )
68
68
gh_inspector (1.1.3 )
79
79
netrc (0.11.0 )
80
80
nkf (0.2.0 )
81
81
public_suffix (4.0.7 )
82
- rexml (3.3.5 )
83
- strscan
82
+ rexml (3.4.1 )
84
83
ruby-macho (2.5.1 )
85
- strscan (3.1.0 )
86
84
typhoeus (1.4.1 )
87
85
ethon (>= 0.9.0 )
88
86
tzinfo (2.0.6 )
@@ -104,8 +102,10 @@ DEPENDENCIES
104
102
bigdecimal
105
103
cocoapods (~> 1.13 , != 1.15.1 , != 1.15.0 )
106
104
concurrent-ruby (<= 1.3.4 )
105
+ ffi (>= 1.17.2 )
107
106
logger
108
107
mutex_m
108
+ rexml (>= 3.3.9 )
109
109
xcodeproj (< 1.26.0 )
110
110
111
111
RUBY VERSION
You can’t perform that action at this time.
0 commit comments