Remove byebug and web-console

This commit is contained in:
Andreas Nedbal 2022-10-31 23:21:04 +01:00 committed by Andreas Nedbal
parent a8c61023ee
commit d86d2c71f4
2 changed files with 0 additions and 11 deletions

View File

@ -72,9 +72,7 @@ gem "jwt", "~> 2.5"
group :development do group :development do
gem "binding_of_caller" gem "binding_of_caller"
gem "byebug"
gem "spring", "~> 4.1" gem "spring", "~> 4.1"
gem "web-console", "~> 4.0"
end end
gem "puma" gem "puma"

View File

@ -83,7 +83,6 @@ GEM
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubi (>= 1.0.0) erubi (>= 1.0.0)
rack (>= 0.9.0) rack (>= 0.9.0)
bindex (0.8.1)
binding_of_caller (1.0.0) binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootsnap (1.13.0) bootsnap (1.13.0)
@ -96,7 +95,6 @@ GEM
bullet (7.0.3) bullet (7.0.3)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (~> 1.11) uniform_notifier (~> 1.11)
byebug (11.1.3)
capybara (3.37.1) capybara (3.37.1)
addressable addressable
matrix matrix
@ -518,11 +516,6 @@ GEM
uniform_notifier (1.16.0) uniform_notifier (1.16.0)
warden (1.2.9) warden (1.2.9)
rack (>= 2.0.9) rack (>= 2.0.9)
web-console (4.2.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webpacker (5.4.3) webpacker (5.4.3)
activesupport (>= 5.2) activesupport (>= 5.2)
rack-proxy (>= 0.6.1) rack-proxy (>= 0.6.1)
@ -546,7 +539,6 @@ DEPENDENCIES
bootsnap bootsnap
bootstrap_form (~> 4.5) bootstrap_form (~> 4.5)
bullet bullet
byebug
capybara capybara
carrierwave (~> 2.0) carrierwave (~> 2.0)
carrierwave_backgrounder! carrierwave_backgrounder!
@ -616,7 +608,6 @@ DEPENDENCIES
turbo-rails turbo-rails
twitter twitter
twitter-text twitter-text
web-console (~> 4.0)
webpacker (~> 5.2) webpacker (~> 5.2)
BUNDLED WITH BUNDLED WITH