File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
bindata (~> 2 )
18
18
erubi (1.13.1 )
19
19
hana (1.3.7 )
20
- json (2.11.3 )
20
+ json (2.12.0 )
21
21
json_schemer (2.4.0 )
22
22
bigdecimal
23
23
hana (~> 1.3 )
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ def self.extension_api_version
50
50
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/elftools-1.3.1/lib" )
51
51
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/erubi-1.13.1/lib" )
52
52
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/hana-1.3.7/lib" )
53
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /json-2.11.3 " )
54
- $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/json-2.11.3 /lib" )
53
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /extensions/arm64-darwin-20/#{ Gem . extension_api_version } /json-2.12.0 " )
54
+ $:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/json-2.12.0 /lib" )
55
55
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/regexp_parser-2.10.0/lib" )
56
56
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/simpleidn-0.2.3/lib" )
57
57
$:. unshift File . expand_path ( "#{ __dir__ } /../#{ RUBY_ENGINE } /#{ Gem . ruby_api_version } /gems/json_schemer-2.4.0/lib" )
You can’t perform that action at this time.
0 commit comments