aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-01 21:59:34 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-01 21:59:34 +0200
commitf264ca4884b88d87bda39128df1eebfc8954d4ad (patch)
tree9015dd476cf23a4b65f2cd9b350ebde13801f951 /Gemfile
parent3d55b7300a897fc072faa19c8a1601636b2e08ac (diff)
downloadhmnoweb-f264ca4884b88d87bda39128df1eebfc8954d4ad.tar.gz
hmnoweb-f264ca4884b88d87bda39128df1eebfc8954d4ad.tar.bz2
hmnoweb-f264ca4884b88d87bda39128df1eebfc8954d4ad.zip
Add byebug in dev environment, update deps.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cb1ae71..a739305 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ group :development, :test do
gem 'lorem'
gem 'spork'
gem 'spork-testunit'
+ gem 'byebug'
end
group :production do