Add byebug for debugging in development

This commit is contained in:
Râu Cao 2022-12-05 13:20:47 +01:00
parent 778babcc05
commit 1a30345f46
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
2 changed files with 9 additions and 0 deletions

View File

@ -50,6 +50,7 @@ group :development, :test do
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4' gem 'sqlite3', '~> 1.4'
gem 'rspec-rails' gem 'rspec-rails'
gem "byebug", "~> 11.1"
end end
group :development do group :development do

View File

@ -71,6 +71,7 @@ GEM
bcrypt (3.1.18) bcrypt (3.1.18)
bindex (0.8.1) bindex (0.8.1)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3)
capybara (3.38.0) capybara (3.38.0)
addressable addressable
matrix matrix
@ -157,6 +158,7 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3) minitest (5.16.3)
net-imap (0.3.1) net-imap (0.3.1)
net-protocol net-protocol
@ -168,6 +170,9 @@ GEM
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-linux) nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
@ -259,6 +264,8 @@ GEM
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.4-x86_64-linux) sqlite3 (1.5.4-x86_64-linux)
stimulus-rails (1.2.1) stimulus-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
@ -298,6 +305,7 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
byebug (~> 11.1)
capybara capybara
cssbundling-rails cssbundling-rails
database_cleaner database_cleaner