Skip to content

Commit ed53e41

Browse files
Merge pull request #226 from ruby-go-gem/dependabot/bundler/steep-1.9.0
2 parents 72006e7 + 4435e45 commit ed53e41

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
activesupport (7.2.2)
9+
activesupport (8.0.0)
1010
base64
1111
benchmark (>= 0.3)
1212
bigdecimal
@@ -18,9 +18,10 @@ GEM
1818
minitest (>= 5.1)
1919
securerandom (>= 0.3)
2020
tzinfo (~> 2.0, >= 2.0.5)
21+
uri (>= 0.13.1)
2122
ast (2.4.2)
2223
base64 (0.2.0)
23-
benchmark (0.3.0)
24+
benchmark (0.4.0)
2425
bigdecimal (3.1.8)
2526
binding_of_caller (1.0.1)
2627
debug_inspector (>= 1.2.0)
@@ -40,8 +41,8 @@ GEM
4041
listen (3.9.0)
4142
rb-fsevent (~> 0.10, >= 0.10.3)
4243
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)
4546
multi_json (1.15.0)
4647
net-scp (4.0.0)
4748
net-ssh (>= 2.6.5, < 8.0.0)
@@ -64,7 +65,7 @@ GEM
6465
rb-fsevent (0.11.2)
6566
rb-inotify (0.11.1)
6667
ffi (~> 1.0)
67-
rbs (3.6.1)
68+
rbs (3.7.0)
6869
logger
6970
regexp_parser (2.9.3)
7071
rouge (4.4.0)
@@ -113,7 +114,7 @@ GEM
113114
rubocop (>= 1.30.0)
114115
ruby-progressbar (1.13.0)
115116
ruby_header_parser (0.3.0)
116-
securerandom (0.3.1)
117+
securerandom (0.4.0)
117118
serverspec (2.42.3)
118119
multi_json
119120
rspec (~> 3.0)
@@ -126,7 +127,7 @@ GEM
126127
net-ssh (>= 2.7)
127128
net-telnet
128129
sfl
129-
steep (1.8.3)
130+
steep (1.9.0)
130131
activesupport (>= 5.1)
131132
concurrent-ruby (>= 1.1.10)
132133
csv (>= 3.0.9)
@@ -137,7 +138,7 @@ GEM
137138
logger (>= 1.3.0)
138139
parser (>= 3.1)
139140
rainbow (>= 2.2.2, < 4.0)
140-
rbs (~> 3.6.0)
141+
rbs (~> 3.7.0)
141142
securerandom (>= 0.1)
142143
strscan (>= 1.0.0)
143144
terminal-table (>= 2, < 4)
@@ -152,6 +153,7 @@ GEM
152153
unparser (0.6.15)
153154
diff-lcs (~> 1.3)
154155
parser (>= 3.3.0)
156+
uri (1.0.2)
155157
yard (0.9.37)
156158

157159
PLATFORMS

_gem/lib/go_gem/rake_task.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def self.build_env_vars
120120
ldflags.gsub!("-Wl,--unresolved-symbols=ignore-all", "")
121121
end
122122

123-
ld_library_path = RbConfig::CONFIG["libdir"]
123+
ld_library_path = RbConfig::CONFIG["libdir"].to_s
124124

125125
{
126126
"CGO_CFLAGS" => cflags,

0 commit comments

Comments
 (0)