Skip to content

Commit

Permalink
Replaces byebug with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 19, 2024
1 parent 4da1e8d commit a534652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thegamesdb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '> 2.7.0'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'byebug' unless defined?(JRUBY_VERSION)
spec.add_development_dependency 'debug' unless defined?(JRUBY_VERSION)
spec.add_development_dependency 'minitest-reporters'
spec.add_development_dependency 'minitest-vcr'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit a534652

Please sign in to comment.