diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 8 |
2 files changed, 10 insertions, 0 deletions
@@ -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) |