forked from loafle/openapi-generator-original
add ruby httpx echo api tests (#16729)
This commit is contained in:
9
samples/client/echo_api/ruby-httpx/Gemfile
Normal file
9
samples/client/echo_api/ruby-httpx/Gemfile
Normal file
@@ -0,0 +1,9 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake', '~> 13.0.1'
|
||||
gem 'pry-byebug'
|
||||
gem 'rubocop', '~> 0.66.0'
|
||||
end
|
||||
Reference in New Issue
Block a user