debugger gem only works with 1.9 and forward

This commit is contained in:
Kohsuke Kawaguchi 2013-03-27 17:37:57 -07:00
parent 43a9bcf78c
commit 86c8bf278b
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ group :development do
gem 'aruba'
gem 'tempdir'
gem 'pry'
gem 'debugger'
gem 'debugger' unless RUBY_VERSION =~ /1.8.+/
end