From 1a30345f4671bc555738565f2bafeadeb2a52d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 5 Dec 2022 13:20:47 +0100 Subject: [PATCH] Add byebug for debugging in development --- Gemfile | 1 + Gemfile.lock | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Gemfile b/Gemfile index b753752..4410ab9 100644 --- a/Gemfile +++ b/Gemfile @@ -50,6 +50,7 @@ group :development, :test do # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' gem 'rspec-rails' + gem "byebug", "~> 11.1" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 5b5d108..25dd2da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,6 +71,7 @@ GEM bcrypt (3.1.18) bindex (0.8.1) builder (3.2.4) + byebug (11.1.3) capybara (3.38.0) addressable matrix @@ -157,6 +158,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) + mini_portile2 (2.8.0) minitest (5.16.3) net-imap (0.3.1) net-protocol @@ -168,6 +170,9 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.8) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) @@ -259,6 +264,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + sqlite3 (1.5.4) + mini_portile2 (~> 2.8.0) sqlite3 (1.5.4-x86_64-linux) stimulus-rails (1.2.1) railties (>= 6.0.0) @@ -298,6 +305,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + byebug (~> 11.1) capybara cssbundling-rails database_cleaner