forked from loafle/openapi-generator-original
Added pry-byebug to debug Ruby client (#979)
This commit is contained in:
committed by
William Cheng
parent
e29f263941
commit
5d259952b3
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
|
||||
@@ -4,4 +4,5 @@ gemspec
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake', '~> 12.0.0'
|
||||
gem 'pry-byebug'
|
||||
end
|
||||
|
||||
@@ -4,4 +4,5 @@ gemspec
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake', '~> 12.0.0'
|
||||
gem 'pry-byebug'
|
||||
end
|
||||
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user