ruby-grape / grape-swagger-rails

Swagger UI as Rails Engine for grape-swagger gem.
MIT License
251 stars 197 forks source link

JRuby/HEAD tests failing #115

Closed dblock closed 7 months ago

dblock commented 8 months ago

JRuby tests are failing, see https://github.com/ruby-grape/grape-swagger-rails/actions/runs/8030570532/job/21938077626

@SofiaSousa mind taking a look? it's likely unrelated to your latest PR.

dblock commented 7 months ago
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Could not find compatible versions

Because every version of grape-swagger depends on Ruby >= 3.0
  and Gemfile depends on grape-swagger >= 0,
  Ruby >= 3.0 is required.
So, because current Ruby version is = 2.7.8,
  version solving has failed.
Error: The process '/opt/hostedtoolcache/Ruby/2.7.8/x64/bin/bundle' failed with exit code 6

Another failure in the matrix, https://github.com/ruby-grape/grape-swagger-rails/pull/116