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,7 +39,7 @@ group :development, :test do | ||
39 | gem 'capybara' | 39 | gem 'capybara' |
40 | gem 'autotest' | 40 | gem 'autotest' |
41 | gem 'autotest-rails' | 41 | gem 'autotest-rails' |
42 | - # gem 'ruby-debug19', :require => 'ruby-debug' | 42 | + gem 'ruby-debug19', :require => 'ruby-debug' |
43 | gem 'awesome_print' | 43 | gem 'awesome_print' |
44 | gem 'database_cleaner' | 44 | gem 'database_cleaner' |
45 | gem 'launchy' | 45 | gem 'launchy' |
Gemfile.lock
@@ -50,6 +50,7 @@ GEM | @@ -50,6 +50,7 @@ GEM | ||
50 | acts_as_list (0.1.4) | 50 | acts_as_list (0.1.4) |
51 | addressable (2.2.6) | 51 | addressable (2.2.6) |
52 | ansi (1.4.1) | 52 | ansi (1.4.1) |
53 | + archive-tar-minitar (0.5.2) | ||
53 | arel (2.2.1) | 54 | arel (2.2.1) |
54 | autotest (4.4.6) | 55 | autotest (4.4.6) |
55 | ZenTest (>= 4.4.1) | 56 | ZenTest (>= 4.4.1) |
@@ -77,6 +78,7 @@ GEM | @@ -77,6 +78,7 @@ GEM | ||
77 | coffee-script-source | 78 | coffee-script-source |
78 | execjs | 79 | execjs |
79 | coffee-script-source (1.1.3) | 80 | coffee-script-source (1.1.3) |
81 | + columnize (0.3.4) | ||
80 | daemons (1.1.4) | 82 | daemons (1.1.4) |
81 | database_cleaner (0.7.0) | 83 | database_cleaner (0.7.0) |
82 | devise (1.5.0) | 84 | devise (1.5.0) |
@@ -113,6 +115,8 @@ GEM | @@ -113,6 +115,8 @@ GEM | ||
113 | letter_opener (0.0.2) | 115 | letter_opener (0.0.2) |
114 | launchy | 116 | launchy |
115 | libv8 (3.3.10.4) | 117 | libv8 (3.3.10.4) |
118 | + linecache19 (0.5.12) | ||
119 | + ruby_core_source (>= 0.1.4) | ||
116 | mail (2.3.0) | 120 | mail (2.3.0) |
117 | i18n (>= 0.4.0) | 121 | i18n (>= 0.4.0) |
118 | mime-types (~> 1.16) | 122 | mime-types (~> 1.16) |
@@ -168,6 +172,16 @@ GEM | @@ -168,6 +172,16 @@ GEM | ||
168 | activesupport (~> 3.0) | 172 | activesupport (~> 3.0) |
169 | railties (~> 3.0) | 173 | railties (~> 3.0) |
170 | rspec (~> 2.7.0) | 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 | rubypython (0.5.3) | 185 | rubypython (0.5.3) |
172 | blankslate (>= 2.1.2.3) | 186 | blankslate (>= 2.1.2.3) |
173 | ffi (~> 1.0.7) | 187 | ffi (~> 1.0.7) |
@@ -254,6 +268,7 @@ DEPENDENCIES | @@ -254,6 +268,7 @@ DEPENDENCIES | ||
254 | rails-footnotes (~> 3.7.5) | 268 | rails-footnotes (~> 3.7.5) |
255 | rdiscount | 269 | rdiscount |
256 | rspec-rails | 270 | rspec-rails |
271 | + ruby-debug19 | ||
257 | sass-rails (~> 3.1.0) | 272 | sass-rails (~> 3.1.0) |
258 | seed-fu (~> 2.1.0) | 273 | seed-fu (~> 2.1.0) |
259 | shoulda (~> 3.0.0.beta2) | 274 | shoulda (~> 3.0.0.beta2) |