Skip to content

Commit

Permalink
Comment out ruby-debug for everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
E-Max committed May 3, 2012
1 parent 3bca8c0 commit 87782e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
15 changes: 0 additions & 15 deletions Gemfile.lock
Expand Up @@ -17,26 +17,12 @@ GEM
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
archive-tar-minitar (0.5.2)
arel (3.0.2)
builder (3.0.0)
columnize (0.3.6)
database_cleaner (0.7.2)
i18n (0.6.0)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
multi_json (1.3.2)
rake (0.9.2.2)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
sqlite3 (1.3.6)
tzinfo (0.3.33)

Expand All @@ -48,6 +34,5 @@ DEPENDENCIES
activesupport (>= 3.0.0)
database_cleaner (~> 0.7.2)
rake
ruby-debug19
sqlite3
undestroyable!
5 changes: 2 additions & 3 deletions test/config.rb
@@ -1,9 +1,8 @@
#require 'ruby-debug'
require 'test/unit'
require 'bundler'

Bundler.setup(:default, :development)

$:.push File.expand_path("../lib", File.dirname(__FILE__))
require File.expand_path("../lib/undestroyable", File.dirname(__FILE__))

require 'ruby-debug'
require File.expand_path("../lib/undestroyable", File.dirname(__FILE__))

0 comments on commit 87782e9

Please sign in to comment.