Skip to content

Commit

Permalink
Added pry-byebug to debug Ruby client (OpenAPITools#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent authored and wing328 committed Sep 6, 2018
1 parent f464fac commit 40ed0ad
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GEM
sys-uname
autotest-growl (0.2.16)
autotest-rails-pure (4.1.2)
byebug (10.0.2)
coderay (1.1.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
Expand All @@ -25,6 +27,13 @@ GEM
ffi (1.9.25)
hashdiff (0.3.7)
json (2.1.0)
method_source (0.9.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.3)
rake (12.0.0)
rspec (3.8.0)
Expand Down Expand Up @@ -60,6 +69,7 @@ DEPENDENCIES
autotest-growl (~> 0.2, >= 0.2.16)
autotest-rails-pure (~> 4.1, >= 4.1.2)
{{gemName}}{{^gemName}}{{{appName}}}{{/gemName}}!
pry-byebug
rake (~> 12.0.0)
rspec (~> 3.6, >= 3.6.0)
vcr (~> 3.0, >= 3.0.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ gemspec

group :development, :test do
gem 'rake', '~> 12.0.0'
gem 'pry-byebug'
end
1 change: 1 addition & 0 deletions samples/client/petstore/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ gemspec

group :development, :test do
gem 'rake', '~> 12.0.0'
gem 'pry-byebug'
end
10 changes: 10 additions & 0 deletions samples/client/petstore/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GEM
sys-uname
autotest-growl (0.2.16)
autotest-rails-pure (4.1.2)
byebug (10.0.2)
coderay (1.1.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
Expand All @@ -25,6 +27,13 @@ GEM
ffi (1.9.25)
hashdiff (0.3.7)
json (2.1.0)
method_source (0.9.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
public_suffix (3.0.3)
rake (12.0.0)
rspec (3.8.0)
Expand Down Expand Up @@ -60,6 +69,7 @@ DEPENDENCIES
autotest-growl (~> 0.2, >= 0.2.16)
autotest-rails-pure (~> 4.1, >= 4.1.2)
petstore!
pry-byebug
rake (~> 12.0.0)
rspec (~> 3.6, >= 3.6.0)
vcr (~> 3.0, >= 3.0.1)
Expand Down

0 comments on commit 40ed0ad

Please sign in to comment.