Merge pull request #9533 from filipefurtad0/remove_bye_bug

Removes byebug and pry-byebug; keeps pry 🧹
This commit is contained in:
Maikel
2022-08-09 10:39:21 +10:00
committed by GitHub
2 changed files with 0 additions and 8 deletions

View File

@@ -160,7 +160,6 @@ group :test, :development do
end
group :test do
gem 'byebug'
gem 'pdf-reader'
gem 'rails-controller-testing'
gem 'simplecov', require: false
@@ -175,7 +174,6 @@ group :development do
gem 'foreman'
gem 'listen'
gem 'pry', '~> 0.13.0'
gem 'pry-byebug', '~> 3.9.0'
gem 'rubocop'
gem 'rubocop-rails'
gem 'spring'

View File

@@ -185,7 +185,6 @@ GEM
bullet (7.0.2)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
cable_ready (5.0.0.pre3)
rails (>= 5.2)
thread-local (>= 1.1.0)
@@ -432,9 +431,6 @@ GEM
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.7)
puma (5.6.4)
nio4r (~> 2.0)
@@ -712,7 +708,6 @@ DEPENDENCIES
bootsnap
bugsnag
bullet
byebug
cable_ready (= 5.0.0.pre3)
cancancan (~> 1.15.0)
capybara
@@ -773,7 +768,6 @@ DEPENDENCIES
pdf-reader
pg (~> 1.2.3)
pry (~> 0.13.0)
pry-byebug (~> 3.9.0)
puma
rack-mini-profiler (< 3.0.0)
rack-rewrite