We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeac245 commit e9f7caaCopy full SHA for e9f7caa
Gemfile
@@ -5,7 +5,7 @@ gemspec
5
6
# Development dependencies
7
gem "bundler", ">= 1.15"
8
-gem "byebug", "~> 11.1.3"
+gem "debug", ">= 1.0.0"
9
gem "guard-rspec", "~> 4.0"
10
gem "rake", "~> 13.0"
11
gem "rspec", "~> 3.0"
spec/spec_helper.rb
@@ -8,7 +8,7 @@
SimpleCov.start
require "rufo"
-require "byebug"
+require "debug"
12
13
# This file was generated by the `rspec --init` command. Conventionally, all
14
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
0 commit comments