Skip to content

Commit 9e1ebb3

Browse files
Stop executing rbwasm under bundle exec within this repository
beause it requires gems listed in the Gemfile to be installed
1 parent 4d8d2a8 commit 9e1ebb3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/ruby_wasm/packager/core.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "forwardable"
2+
require "pathname"
23

34
class RubyWasm::Packager::Core
45
def initialize(packager)

rakelib/packaging.rake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ def npm_pkg_build_command(pkg)
1111
# Skip if the package does not require building ruby
1212
return nil unless pkg[:ruby_version] && pkg[:target]
1313
[
14-
"bundle",
15-
"exec",
1614
exe_rbwasm,
1715
"build",
1816
"--ruby-version",

0 commit comments

Comments
 (0)