Skip to content

Commit

Permalink
Remove byebug to invalidate gemfile cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexB52 committed Oct 20, 2024
1 parent 66a4ca1 commit 37c8565
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ gemspec

gem "rake", "~> 13.0"
gem "minitest", "~> 5.0"
gem "byebug"
gem "debug"
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ PATH
GEM
remote: https://rubygems.org/
specs:
byebug (11.1.3)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -42,7 +41,6 @@ PLATFORMS
ruby

DEPENDENCIES
byebug
debug
minitest (~> 5.0)
rake (~> 13.0)
Expand Down
2 changes: 1 addition & 1 deletion bin/debug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "byebug"
require "debug"

begin
eval(File.read("exe/retest"))
Expand Down
1 change: 0 additions & 1 deletion features/rails-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
/node_modules
/yarn-error.log

.byebug_history
retest.gem
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)

require "retest"
require "byebug"
require "debug"
require "minitest/autorun"

WAITING_TIME = 0.0001
Expand Down

0 comments on commit 37c8565

Please sign in to comment.