Closed andrewsheelan closed 3 years ago
I'll try to cut a release of this by the weekend.
Hey @jejacks0n , a release for this would be great. Without the release it's conflicting with #115 somehow, if you specify in Gemfile to pull from this github repo.
Not the best solution, I had add this along for now with ruby 3 upgrade. This monkey patch helped: config/initializers/apitome.rb
Rails.configuration.to_prepare do
Apitome::DocsController.class_eval do
def open(file, file_opts)
URI.open(file, **file_opts)
end
end
end
Ruby 3.0.0 #121