Commit 07b7ddded3fb769121010171c741cb74397d3830
1 parent
79bcdfb8
Exists in
master
and in
4 other branches
enable ruby-debug again
Showing
2 changed files
with
16 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -39,7 +39,7 @@ group :development, :test do |
39 | 39 | gem 'capybara' |
40 | 40 | gem 'autotest' |
41 | 41 | gem 'autotest-rails' |
42 | - # gem 'ruby-debug19', :require => 'ruby-debug' | |
42 | + gem 'ruby-debug19', :require => 'ruby-debug' | |
43 | 43 | gem 'awesome_print' |
44 | 44 | gem 'database_cleaner' |
45 | 45 | gem 'launchy' | ... | ... |
Gemfile.lock
... | ... | @@ -50,6 +50,7 @@ GEM |
50 | 50 | acts_as_list (0.1.4) |
51 | 51 | addressable (2.2.6) |
52 | 52 | ansi (1.4.1) |
53 | + archive-tar-minitar (0.5.2) | |
53 | 54 | arel (2.2.1) |
54 | 55 | autotest (4.4.6) |
55 | 56 | ZenTest (>= 4.4.1) |
... | ... | @@ -77,6 +78,7 @@ GEM |
77 | 78 | coffee-script-source |
78 | 79 | execjs |
79 | 80 | coffee-script-source (1.1.3) |
81 | + columnize (0.3.4) | |
80 | 82 | daemons (1.1.4) |
81 | 83 | database_cleaner (0.7.0) |
82 | 84 | devise (1.5.0) |
... | ... | @@ -113,6 +115,8 @@ GEM |
113 | 115 | letter_opener (0.0.2) |
114 | 116 | launchy |
115 | 117 | libv8 (3.3.10.4) |
118 | + linecache19 (0.5.12) | |
119 | + ruby_core_source (>= 0.1.4) | |
116 | 120 | mail (2.3.0) |
117 | 121 | i18n (>= 0.4.0) |
118 | 122 | mime-types (~> 1.16) |
... | ... | @@ -168,6 +172,16 @@ GEM |
168 | 172 | activesupport (~> 3.0) |
169 | 173 | railties (~> 3.0) |
170 | 174 | rspec (~> 2.7.0) |
175 | + ruby-debug-base19 (0.11.25) | |
176 | + columnize (>= 0.3.1) | |
177 | + linecache19 (>= 0.5.11) | |
178 | + ruby_core_source (>= 0.1.4) | |
179 | + ruby-debug19 (0.11.6) | |
180 | + columnize (>= 0.3.1) | |
181 | + linecache19 (>= 0.5.11) | |
182 | + ruby-debug-base19 (>= 0.11.19) | |
183 | + ruby_core_source (0.1.5) | |
184 | + archive-tar-minitar (>= 0.5.2) | |
171 | 185 | rubypython (0.5.3) |
172 | 186 | blankslate (>= 2.1.2.3) |
173 | 187 | ffi (~> 1.0.7) |
... | ... | @@ -254,6 +268,7 @@ DEPENDENCIES |
254 | 268 | rails-footnotes (~> 3.7.5) |
255 | 269 | rdiscount |
256 | 270 | rspec-rails |
271 | + ruby-debug19 | |
257 | 272 | sass-rails (~> 3.1.0) |
258 | 273 | seed-fu (~> 2.1.0) |
259 | 274 | shoulda (~> 3.0.0.beta2) | ... | ... |