Commit 5b40a17333cce79cc18d027673f27ea7506f95b6

Authored by Saito
1 parent 7fd29a78

switch ruby-debug to pry

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