Skip to content

Commit

Permalink
add debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Nov 14, 2010
1 parent 42c3c5c commit 8c35f26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -13,3 +13,7 @@ group :no_jruby do
gem 'curb'
gem 'libxml-ruby'
end

group :test do
gem 'ruby-debug'
end
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,13 +2,15 @@ GEM
remote: http://rubygems.org/
specs:
builder (2.1.2)
columnize (0.3.2)
crack (0.1.8)
curb (0.7.8)
diff-lcs (1.1.2)
handsoap (1.1.7)
httpclient (2.1.5.2)
httpi (0.6.1)
libxml-ruby (1.1.4)
linecache (0.43)
nokogiri (1.4.3.1)
nokogiri (1.4.3.1-java)
weakling (>= 0.0.3)
Expand All @@ -23,6 +25,11 @@ GEM
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
savon (0.8.0.beta.3)
builder (~> 2.1.2)
crack (~> 0.1.8)
Expand All @@ -41,4 +48,5 @@ DEPENDENCIES
nokogiri
rake
rspec
ruby-debug
savon (= 0.8.0.beta.3)

0 comments on commit 8c35f26

Please sign in to comment.