diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-01-05 13:24:47 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-01-05 15:40:55 +0100 |
commit | fb8c29867a68667e5e194315fcd4ac33045e36e6 (patch) | |
tree | 8c78daf6c5d27f4922f8986f846646ce2dcc356b | |
parent | a5c61919e7c9ec58e065d04117132aa424b019cc (diff) | |
download | pdf-calendars-master.tar.gz pdf-calendars-master.tar.bz2 pdf-calendars-master.zip |
-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) |