Skip to content

Commit

Permalink
gem: uses debug gem
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed May 18, 2022
1 parent 0607d9b commit bcbb49f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,21 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
builder (3.2.4)
byebug (11.1.3)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.1.10)
crass (1.0.6)
debug (1.5.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
diff-lcs (1.5.0)
docile (1.4.0)
erubi (1.10.0)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
io-console (0.5.11)
irb (1.4.1)
reline (>= 0.3.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -55,12 +59,6 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
Expand All @@ -80,6 +78,8 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.4.0)
reline (0.3.1)
io-console (~> 0.5)
rexml (3.2.5)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
Expand Down Expand Up @@ -137,8 +137,8 @@ PLATFORMS

DEPENDENCIES
codecov
debug
normalizy!
pry-byebug
rspec-rails
rubocop-performance
rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion normalizy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'activerecord', '>= 4.1'

spec.add_development_dependency 'codecov'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'debug'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'rubocop-performance'
spec.add_development_dependency 'rubocop-rails'
Expand Down
2 changes: 1 addition & 1 deletion spec/common_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'support/coverage'

require 'normalizy'
require 'pry-byebug'
require 'debug'

require 'support/db/schema'
require 'support/filters/blacklist'
Expand Down

0 comments on commit bcbb49f

Please sign in to comment.