mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-14 05:30:51 +00:00
* add new ruby echo api clients * add tests for ruby faraday file download * add file download test to ruby Typhoeus * add ruby workflow, add tests for ruby httpx * update * fix
10 lines
147 B
Ruby
10 lines
147 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
group :development, :test do
|
|
gem 'rake', '~> 13.0.1'
|
|
gem 'pry-byebug'
|
|
gem 'rubocop', '~> 0.66.0'
|
|
end
|