Skip to content

Commit e0e9c7f

Browse files
committed
Remove fxruby from Gemfile
Avoiding error while "rake gem:x64-mingw-ucrt" on ruby-4.0: ``` bundle package Source locally installed gems is ignoring #<Bundler::StubSpecification name=fxruby version=1.6.49 platform=ruby> because it is missing extensions Bundle complete! 9 Gemfile dependencies, 10 gems now installed. Use `bundle info [gemname]` to see where a bundled gem is installed. Updating files in vendor/cache * rake-13.3.1.gem * fiddle-1.1.8.gem * mini_portile2-2.8.9.gem Missing gem file 'fxruby-1.6.49.gem'. rake aborted! Command failed with status (7): [bundle package] /home/runner/work/fxruby/fxruby/Rakefile:180:in 'block (3 levels) in <top (required)>' /opt/hostedtoolcache/Ruby/4.0.0/x64/bin/bundle:25:in '<main>' Tasks: TOP => gem:x64-mingw-ucrt => gem:prepare ```
1 parent 282bdc3 commit e0e9c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

3-
# Specify your gem's runtime dependencies in fxruby.gemspec
4-
gemspec
3+
# No fxruby gemspec, since "bundle package" fails on bundler-2.7+, if the extension isn't built
4+
# gemspec
55

66
# For some reason this is required in addition to the gemspec
77
# when 'bundle config force_ruby_platform true' is active:

0 commit comments

Comments
 (0)