Skip to content

Commit

Permalink
chore: pry-byebug -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Sep 21, 2023
1 parent 2a3fc8f commit 7d9a82f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "pry-byebug", platform: :mri
gem "debug", platform: :mri
gem "sqlite3"

gemspec
Expand Down
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# frozen_string_literal: true

begin
require "pry-byebug"
require "debug" unless ENV["CI"]
rescue LoadError
end

ENV["RAILS_ENV"] = "test"

RSpec.configure do |config|
Expand Down

0 comments on commit 7d9a82f

Please sign in to comment.