Skip to content

Commit

Permalink
Use debug gem
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed May 20, 2023
1 parent aad3fe4 commit 6c5c45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ instance_eval File.read("spec/rails#{rails_version}/Gemfile")

group :development, :test do
gem 'bundler-audit'
gem 'byebug'
gem 'debug'
end

# Specify your gem's dependencies in solargraph_rails.gemspec
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'solargraph'
require 'solargraph-rails'
require 'logger'
require 'byebug'
require 'debug'
require 'fileutils'
require_relative './helpers'

Expand Down

0 comments on commit 6c5c45f

Please sign in to comment.