Commit 3a3e21a552aa7e7cef6197f5c03a47ed5fae56ec
1 parent
5d9ffe65
Exists in
master
and in
1 other branch
Added ruby-debug to Gemfile
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -41,6 +41,7 @@ GEM |
41 | 41 | bson (1.3.0) |
42 | 42 | bson_ext (1.3.0) |
43 | 43 | builder (2.1.2) |
44 | + columnize (0.3.3) | |
44 | 45 | crack (0.1.8) |
45 | 46 | database_cleaner (0.6.7) |
46 | 47 | devise (1.1.9) |
... | ... | @@ -63,6 +64,7 @@ GEM |
63 | 64 | lighthouse-api (2.0) |
64 | 65 | activeresource (>= 3.0.0) |
65 | 66 | activesupport (>= 3.0.0) |
67 | + linecache (0.45) | |
66 | 68 | mail (2.2.17) |
67 | 69 | activesupport (>= 2.3.6) |
68 | 70 | i18n (>= 0.4.0) |
... | ... | @@ -122,6 +124,11 @@ GEM |
122 | 124 | activesupport (~> 3.0) |
123 | 125 | railties (~> 3.0) |
124 | 126 | rspec (~> 2.5.0) |
127 | + ruby-debug (0.10.4) | |
128 | + columnize (>= 0.1) | |
129 | + ruby-debug-base (~> 0.10.4.0) | |
130 | + ruby-debug-base (0.10.4) | |
131 | + linecache (>= 0.3) | |
125 | 132 | thor (0.14.6) |
126 | 133 | treetop (1.4.9) |
127 | 134 | polyglot (>= 0.3.1) |
... | ... | @@ -153,6 +160,7 @@ DEPENDENCIES |
153 | 160 | redmine_client! |
154 | 161 | rspec (~> 2.5) |
155 | 162 | rspec-rails (~> 2.5) |
163 | + ruby-debug | |
156 | 164 | useragent (~> 0.3.1) |
157 | 165 | webmock |
158 | 166 | will_paginate | ... | ... |