Commit 97a5aa4f authored by Wandenberg's avatar Wandenberg

update debugger gem

parent e802241c
...@@ -16,7 +16,7 @@ group :test do ...@@ -16,7 +16,7 @@ group :test do
gem 'thin', '~> 1.5.1' gem 'thin', '~> 1.5.1'
gem 'net-http-persistent', '~> 2.9', :require => 'net/http/persistent' gem 'net-http-persistent', '~> 2.9', :require => 'net/http/persistent'
gem 'debugger' gem 'byebug', '~> 1.3.1'
end end
group :docs do group :docs do
......
...@@ -4,17 +4,15 @@ GEM ...@@ -4,17 +4,15 @@ GEM
Platform (0.4.0) Platform (0.4.0)
RedCloth (4.2.9) RedCloth (4.2.9)
addressable (2.3.6) addressable (2.3.6)
childprocess (0.5.3) byebug (1.3.1)
columnize (~> 0.3.6)
debugger-linecache (~> 1.2.0)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
columnize (0.8.9) columnize (0.3.6)
cookiejar (0.3.2) cookiejar (0.3.2)
daemons (1.1.9) daemons (1.1.9)
debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0) debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.2)
diff-lcs (1.2.5) diff-lcs (1.2.5)
em-http-request (1.0.3) em-http-request (1.0.3)
addressable (>= 2.2.3) addressable (>= 2.2.3)
...@@ -26,7 +24,7 @@ GEM ...@@ -26,7 +24,7 @@ GEM
eventmachine (>= 1.0.0.beta.4) eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.3) eventmachine (1.0.3)
execjs (2.0.2) execjs (2.0.2)
ffi (1.9.3) ffi (1.9.6)
github-markup (0.7.5) github-markup (0.7.5)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
jasmine (1.3.2) jasmine (1.3.2)
...@@ -85,7 +83,7 @@ PLATFORMS ...@@ -85,7 +83,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
RedCloth (~> 4.2.9) RedCloth (~> 4.2.9)
debugger byebug (~> 1.3.1)
em-http-request (~> 1.0.3) em-http-request (~> 1.0.3)
github-markup (~> 0.7.5) github-markup (~> 0.7.5)
jasmine (~> 1.3.1) jasmine (~> 1.3.1)
......
...@@ -13,7 +13,7 @@ begin ...@@ -13,7 +13,7 @@ begin
desc "Run all examples" desc "Run all examples"
RSpec::Core::RakeTask.new(:spec) do |t| RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w[--color --debug] t.rspec_opts = %w[--color]
t.pattern = '**/*_spec.rb' t.pattern = '**/*_spec.rb'
end end
rescue LoadError rescue LoadError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment