File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 6
6
GEM
7
7
remote: https://rubygems.org/
8
8
specs:
9
- activesupport (7.2.2 )
9
+ activesupport (8.0.0 )
10
10
base64
11
11
benchmark (>= 0.3 )
12
12
bigdecimal
18
18
minitest (>= 5.1 )
19
19
securerandom (>= 0.3 )
20
20
tzinfo (~> 2.0 , >= 2.0.5 )
21
+ uri (>= 0.13.1 )
21
22
ast (2.4.2 )
22
23
base64 (0.2.0 )
23
- benchmark (0.3 .0 )
24
+ benchmark (0.4 .0 )
24
25
bigdecimal (3.1.8 )
25
26
binding_of_caller (1.0.1 )
26
27
debug_inspector (>= 1.2.0 )
40
41
listen (3.9.0 )
41
42
rb-fsevent (~> 0.10 , >= 0.10.3 )
42
43
rb-inotify (~> 0.9 , >= 0.9.10 )
43
- logger (1.6.1 )
44
- minitest (5.25.1 )
44
+ logger (1.6.2 )
45
+ minitest (5.25.4 )
45
46
multi_json (1.15.0 )
46
47
net-scp (4.0.0 )
47
48
net-ssh (>= 2.6.5 , < 8.0.0 )
64
65
rb-fsevent (0.11.2 )
65
66
rb-inotify (0.11.1 )
66
67
ffi (~> 1.0 )
67
- rbs (3.6.1 )
68
+ rbs (3.7.0 )
68
69
logger
69
70
regexp_parser (2.9.3 )
70
71
rouge (4.4.0 )
113
114
rubocop (>= 1.30.0 )
114
115
ruby-progressbar (1.13.0 )
115
116
ruby_header_parser (0.3.0 )
116
- securerandom (0.3.1 )
117
+ securerandom (0.4.0 )
117
118
serverspec (2.42.3 )
118
119
multi_json
119
120
rspec (~> 3.0 )
126
127
net-ssh (>= 2.7 )
127
128
net-telnet
128
129
sfl
129
- steep (1.8.3 )
130
+ steep (1.9.0 )
130
131
activesupport (>= 5.1 )
131
132
concurrent-ruby (>= 1.1.10 )
132
133
csv (>= 3.0.9 )
137
138
logger (>= 1.3.0 )
138
139
parser (>= 3.1 )
139
140
rainbow (>= 2.2.2 , < 4.0 )
140
- rbs (~> 3.6 .0 )
141
+ rbs (~> 3.7 .0 )
141
142
securerandom (>= 0.1 )
142
143
strscan (>= 1.0.0 )
143
144
terminal-table (>= 2 , < 4 )
152
153
unparser (0.6.15 )
153
154
diff-lcs (~> 1.3 )
154
155
parser (>= 3.3.0 )
156
+ uri (1.0.2 )
155
157
yard (0.9.37 )
156
158
157
159
PLATFORMS
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def self.build_env_vars
120
120
ldflags . gsub! ( "-Wl,--unresolved-symbols=ignore-all" , "" )
121
121
end
122
122
123
- ld_library_path = RbConfig ::CONFIG [ "libdir" ]
123
+ ld_library_path = RbConfig ::CONFIG [ "libdir" ] . to_s
124
124
125
125
{
126
126
"CGO_CFLAGS" => cflags ,
You can’t perform that action at this time.
0 commit comments