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 /Gemfile | |
parent | a5c61919e7c9ec58e065d04117132aa424b019cc (diff) | |
download | pdf-calendars-fb8c29867a68667e5e194315fcd4ac33045e36e6.tar.gz pdf-calendars-fb8c29867a68667e5e194315fcd4ac33045e36e6.tar.bz2 pdf-calendars-fb8c29867a68667e5e194315fcd4ac33045e36e6.zip |
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 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 |