We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle exec
1 parent 3b1375f commit 5970dd2Copy full SHA for 5970dd2
lib/ruby_wasm/cli.rb
@@ -122,7 +122,11 @@ def build(args)
122
end
123
.parse!(args)
124
125
- __skip__ = Bundler.settings.temporary(force_ruby_platform: true) do
+ __skip__ = if defined?(Bundler)
126
+ Bundler.settings.temporary(force_ruby_platform: true) do
127
+ do_build_with_force_ruby_platform(options)
128
+ end
129
+ else
130
do_build_with_force_ruby_platform(options)
131
132
0 commit comments