Skip to content

Commit

Permalink
New version of debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 15, 2013
1 parent d18e374 commit efb1550
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
49 changes: 24 additions & 25 deletions Gemfile.lock
Expand Up @@ -10,17 +10,16 @@ GEM
remote: https://rubygems.org/
specs:
columnize (0.3.6)
debugger (1.2.3)
debugger (1.5.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.5)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.6)
diff-lcs (1.1.3)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.0)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.0)
diff-lcs (1.2.1)
nokogiri (1.5.6)
rack (1.4.4)
rack-protection (1.3.2)
rack (1.5.2)
rack-protection (1.5.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
Expand All @@ -33,28 +32,28 @@ GEM
sexp_processor (~> 3.0)
ripper_ruby_parser (0.0.8)
sexp_processor (~> 3.0)
roodi (2.1.0)
ruby_parser
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
roodi (2.2.0)
ruby_parser (~> 2.3.0)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
ruby2ruby (1.2.5)
ruby_parser (~> 2.0)
sexp_processor (~> 3.0)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
sexp_processor (3.2.0)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra (1.4.1)
rack (~> 1.5, >= 1.5.2)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sqlite3 (1.3.7)
tilt (1.3.3)
tilt (1.3.5)
uuidtools (2.1.3)
webrat (0.7.3)
nokogiri (>= 1.2.0)
Expand All @@ -65,7 +64,7 @@ PLATFORMS
ruby

DEPENDENCIES
debugger
debugger (>= 1.5.0)
rack-insight!
rake
redcarpet
Expand Down
2 changes: 1 addition & 1 deletion rack-insight.gemspec
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", ">= 2.11.0"
s.add_development_dependency "sinatra"
s.add_development_dependency "webrat"
s.add_development_dependency "debugger"
s.add_development_dependency "debugger", ">= 1.5.0"
end

0 comments on commit efb1550

Please sign in to comment.