Commit e0e9c7f
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments