Skip to content

Commit

Permalink
Switch to stdlib debug gem
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed May 20, 2023
1 parent a0b63e2 commit 9f1d4e7
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 @@ -3,8 +3,8 @@ source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

group :development, :test do
gem 'byebug'
gem 'bundler-audit'
gem 'debug'
end
# Specify your gem's dependencies in solargraph_rails.gemspec
gemspec
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ENV['RAILS_ENV'] = 'test'

require 'debug'
require 'solargraph'
require 'solargraph-rails'
require 'logger'
require 'byebug'
require 'fileutils'
require_relative './helpers'

Expand Down

0 comments on commit 9f1d4e7

Please sign in to comment.