Commit 5b40a17333cce79cc18d027673f27ea7506f95b6
1 parent
7fd29a78
Exists in
master
and in
4 other branches
switch ruby-debug to pry
Showing
2 changed files
with
9 additions
and
18 deletions
Show diff stats
Gemfile
... | ... | @@ -48,9 +48,7 @@ group :development, :test do |
48 | 48 | gem "capybara" |
49 | 49 | gem "autotest" |
50 | 50 | gem "autotest-rails" |
51 | - unless ENV["CI"] | |
52 | - gem "ruby-debug19", :require => "ruby-debug" | |
53 | - end | |
51 | + gem "pry" | |
54 | 52 | gem "awesome_print" |
55 | 53 | gem "database_cleaner" |
56 | 54 | gem "launchy" | ... | ... |
Gemfile.lock
... | ... | @@ -57,7 +57,6 @@ GEM |
57 | 57 | acts_as_list (0.1.4) |
58 | 58 | addressable (2.2.6) |
59 | 59 | ansi (1.4.2) |
60 | - archive-tar-minitar (0.5.2) | |
61 | 60 | arel (3.0.0) |
62 | 61 | autotest (4.4.6) |
63 | 62 | ZenTest (>= 4.4.1) |
... | ... | @@ -81,6 +80,7 @@ GEM |
81 | 80 | charlock_holmes (0.6.8) |
82 | 81 | childprocess (0.3.1) |
83 | 82 | ffi (~> 1.0.6) |
83 | + coderay (1.0.5) | |
84 | 84 | coffee-rails (3.2.1) |
85 | 85 | coffee-script (>= 2.2.0) |
86 | 86 | railties (~> 3.2.0.beta) |
... | ... | @@ -88,7 +88,6 @@ GEM |
88 | 88 | coffee-script-source |
89 | 89 | execjs |
90 | 90 | coffee-script-source (1.2.0) |
91 | - columnize (0.3.6) | |
92 | 91 | crack (0.3.1) |
93 | 92 | daemons (1.1.8) |
94 | 93 | database_cleaner (0.7.1) |
... | ... | @@ -136,12 +135,11 @@ GEM |
136 | 135 | letter_opener (0.0.2) |
137 | 136 | launchy |
138 | 137 | libv8 (3.3.10.4) |
139 | - linecache19 (0.5.12) | |
140 | - ruby_core_source (>= 0.1.4) | |
141 | 138 | mail (2.4.1) |
142 | 139 | i18n (>= 0.4.0) |
143 | 140 | mime-types (~> 1.16) |
144 | 141 | treetop (~> 1.4.8) |
142 | + method_source (0.7.0) | |
145 | 143 | mime-types (1.17.2) |
146 | 144 | multi_json (1.0.4) |
147 | 145 | multi_xml (0.4.1) |
... | ... | @@ -158,6 +156,10 @@ GEM |
158 | 156 | orm_adapter (0.0.6) |
159 | 157 | polyglot (0.3.3) |
160 | 158 | posix-spawn (0.3.6) |
159 | + pry (0.9.8.2) | |
160 | + coderay (~> 1.0.5) | |
161 | + method_source (~> 0.7) | |
162 | + slop (>= 2.4.4, < 3) | |
161 | 163 | pygments.rb (0.2.4) |
162 | 164 | rubypython (~> 0.5.3) |
163 | 165 | pyu-ruby-sasl (0.0.3.3) |
... | ... | @@ -212,16 +214,6 @@ GEM |
212 | 214 | activesupport (>= 3.0) |
213 | 215 | railties (>= 3.0) |
214 | 216 | rspec (~> 2.8.0) |
215 | - ruby-debug-base19 (0.11.25) | |
216 | - columnize (>= 0.3.1) | |
217 | - linecache19 (>= 0.5.11) | |
218 | - ruby_core_source (>= 0.1.4) | |
219 | - ruby-debug19 (0.11.6) | |
220 | - columnize (>= 0.3.1) | |
221 | - linecache19 (>= 0.5.11) | |
222 | - ruby-debug-base19 (>= 0.11.19) | |
223 | - ruby_core_source (0.1.5) | |
224 | - archive-tar-minitar (>= 0.5.2) | |
225 | 217 | rubyntlm (0.1.1) |
226 | 218 | rubypython (0.5.3) |
227 | 219 | blankslate (>= 2.1.2.3) |
... | ... | @@ -254,6 +246,7 @@ GEM |
254 | 246 | rack-protection (~> 1.2) |
255 | 247 | tilt (~> 1.3, >= 1.3.3) |
256 | 248 | six (0.2.0) |
249 | + slop (2.4.4) | |
257 | 250 | sprockets (2.1.2) |
258 | 251 | hike (~> 1.2) |
259 | 252 | rack (~> 1.0) |
... | ... | @@ -319,6 +312,7 @@ DEPENDENCIES |
319 | 312 | launchy |
320 | 313 | letter_opener |
321 | 314 | omniauth-ldap |
315 | + pry | |
322 | 316 | pygments.rb (= 0.2.4) |
323 | 317 | rails (= 3.2.1) |
324 | 318 | rails-footnotes |
... | ... | @@ -326,7 +320,6 @@ DEPENDENCIES |
326 | 320 | rdiscount |
327 | 321 | resque |
328 | 322 | rspec-rails |
329 | - ruby-debug19 | |
330 | 323 | sass-rails (= 3.2.3) |
331 | 324 | seed-fu |
332 | 325 | shoulda (~> 3.0.0.beta2) | ... | ... |