Skip to content

Commit

Permalink
Fix failed spec in CI using jruby
Browse files Browse the repository at this point in the history
```
An error occurred while installing rbs (3.5.1), and Bundler cannot continue.

In Gemfile:
  steep was resolved to 1.7.1, which depends on
    rbs
Error: The process '/home/runner/.rubies/jruby-9.4.7.0/bin/bundle' failed with exit code 5
```

See <https://github.com/GrottoPress/envy.rb/actions/runs/9555823265/job/26339829578>.
  • Loading branch information
akadusei committed Jun 17, 2024
1 parent 51ef02a commit e996c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ group :development, :test do
end

group :development do
gem "rbs", "~> 3.5", require: false
gem "steep", "~> 1.7", require: false
end

Expand Down

0 comments on commit e996c1d

Please sign in to comment.