aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-01-05 13:24:47 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-01-05 15:40:55 +0100
commitfb8c29867a68667e5e194315fcd4ac33045e36e6 (patch)
tree8c78daf6c5d27f4922f8986f846646ce2dcc356b /Gemfile
parenta5c61919e7c9ec58e065d04117132aa424b019cc (diff)
downloadpdf-calendars-fb8c29867a68667e5e194315fcd4ac33045e36e6.tar.gz
pdf-calendars-fb8c29867a68667e5e194315fcd4ac33045e36e6.tar.bz2
pdf-calendars-fb8c29867a68667e5e194315fcd4ac33045e36e6.zip
Add byebug and irb for debugging in the dev bundle.HEADmaster
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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