Skip to content

Commit

Permalink
Remove ruby-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jul 31, 2012
1 parent 2a3904d commit 0fdf73f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'cucumber'
gem 'rspec'
gem 'nokogiri'
gem 'relish'
gem 'ruby-debug19'
#gem 'ruby-debug19'
gem 'watir-webdriver'


14 changes: 0 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ GEM
builder (3.0.0)
childprocess (0.2.8)
ffi (~> 1.0.6)
columnize (0.3.6)
cucumber (1.1.4)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
Expand All @@ -17,8 +16,6 @@ GEM
gherkin (2.7.2)
json (>= 1.4.6)
json (1.6.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mime-types (1.17.2)
multi_json (1.0.4)
nokogiri (1.5.0)
Expand All @@ -36,16 +33,6 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
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)
rubyzip (0.9.5)
selenium-webdriver (2.16.0)
childprocess (>= 0.2.5)
Expand All @@ -64,5 +51,4 @@ DEPENDENCIES
nokogiri
relish
rspec
ruby-debug19
watir-webdriver
1 change: 0 additions & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'ruby-debug'
require 'nokogiri'
require 'watir-webdriver'
require 'childprocess'
Expand Down

0 comments on commit 0fdf73f

Please sign in to comment.