cleaning up in the debugger corner
This commit is contained in:
parent
b71f380f5d
commit
6b3ba24705
2 changed files with 8 additions and 9 deletions
9
Gemfile
9
Gemfile
|
|
@ -170,13 +170,8 @@ group :test do
|
|||
end
|
||||
|
||||
group :test, :development do
|
||||
if RUBY_VERSION[/1\.9\.[23]/]
|
||||
gem 'debugger'
|
||||
else
|
||||
gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
|
||||
gem 'ruby-debug19', :platforms => :ruby_19
|
||||
gem 'ruby-debug', :platforms => :mri_18
|
||||
end
|
||||
gem 'debugger', :platforms => :mri_19
|
||||
gem 'ruby-debug', :platforms => :mri_18
|
||||
end
|
||||
|
||||
group :development do
|
||||
|
|
|
|||
|
|
@ -415,11 +415,14 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
railties (>= 3.0)
|
||||
rspec (~> 2.9.0)
|
||||
ruby-debug (0.10.4)
|
||||
columnize (>= 0.1)
|
||||
ruby-debug-base (~> 0.10.4.0)
|
||||
ruby-debug-base (0.10.4)
|
||||
linecache (>= 0.3)
|
||||
ruby-hmac (0.4.0)
|
||||
ruby-oembed (0.8.7)
|
||||
ruby-progressbar (0.0.10)
|
||||
ruby_core_source (0.1.5)
|
||||
archive-tar-minitar (>= 0.5.2)
|
||||
rubyzip (0.9.8)
|
||||
sass (3.1.15)
|
||||
sass-rails (3.1.4)
|
||||
|
|
@ -573,6 +576,7 @@ DEPENDENCIES
|
|||
rspec-core (~> 2.9.0)
|
||||
rspec-instafail (>= 0.1.7)
|
||||
rspec-rails (~> 2.9.0)
|
||||
ruby-debug
|
||||
ruby-oembed (~> 0.8.7)
|
||||
sass-rails (= 3.1.4)
|
||||
selenium-webdriver (= 2.22.0.rc1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue