Open TeamNautilus opened 3 months ago
I'm running into this as well with rspec_api_documentation 6.1.0
, ruby 3.2.5
, rails 7.1.3.4
and rack 3.1.7
.
In rack 3.0.11 last_request.env["rack.input"]
has a value. After that it does not.
Switching forks fixed the problem:
gem 'rspec_api_documentation', github: 'SchoolKeep/rspec_api_documentation', ref: '13df1ac'
Switching forks fixed the problem:
gem 'rspec_api_documentation', github: 'SchoolKeep/rspec_api_documentation', ref: '13df1ac'
It works also for us, thank you!
Hello Zipmark,
we are Team Nautilus, and we would like to report an issue related to the rspec_api_documentation gem.
We are using Ruby 3.1.1 with the following Gemfile:
and when we run the command rake docs:generate, everything works fine.
However, after updating the rack gem to version 3.1.0, we encounter the following error:
at
rspec_api_documentation-d32bf17932a3/lib/rspec_api_documentation/client_base.rb#48
.Can you help us resolve this issue?
Thank you.