From fb8c29867a68667e5e194315fcd4ac33045e36e6 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 5 Jan 2020 13:24:47 +0100 Subject: Add byebug and irb for debugging in the dev bundle. --- Gemfile | 2 ++ Gemfile.lock | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index bae852a..b64ae87 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,8 @@ gem 'activesupport', '~> 6.0.0' group :development, :test do gem 'rspec', '~> 3.1.0' + gem 'byebug' + gem 'irb', require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index ab410e9..2deda9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,14 @@ GEM tzinfo (~> 1.1) zeitwerk (~> 2.2) builder (3.2.2) + byebug (11.0.1) concurrent-ruby (1.1.5) diff-lcs (1.2.5) i18n (1.7.0) concurrent-ruby (~> 1.0) + io-console (0.5.4) + irb (1.2.1) + reline (>= 0.0.1) minitest (5.13.0) pdf-core (0.7.0) prawn (2.2.2) @@ -19,6 +23,8 @@ GEM ttfunk (~> 1.5) prawn-table (0.2.1) rake (13.0.1) + reline (0.1.2) + io-console (~> 0.5) rspec (3.1.0) rspec-core (~> 3.1.0) rspec-expectations (~> 3.1.0) @@ -46,6 +52,8 @@ PLATFORMS DEPENDENCIES activesupport (~> 6.0.0) + byebug + irb prawn (~> 2.2.0) prawn-table (~> 0.2.1) rake (~> 13.0.0) -- cgit v1.2.3