move debugger to proper group
This commit is contained in:
parent
20da08408f
commit
d6f317af3d
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
|
@ -169,6 +169,9 @@ end
|
||||||
group :test, :development do
|
group :test, :development do
|
||||||
# Use the latest Jasmine from github for asset pipeline compatibility
|
# Use the latest Jasmine from github for asset pipeline compatibility
|
||||||
gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git'
|
gem 'jasmine', :git => 'git://github.com/pivotal/jasmine-gem.git'
|
||||||
|
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
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
@ -179,9 +182,6 @@ group :development do
|
||||||
gem 'capistrano-ext', :require => false
|
gem 'capistrano-ext', :require => false
|
||||||
gem 'linecache', '0.46', :platforms => :mri_18
|
gem 'linecache', '0.46', :platforms => :mri_18
|
||||||
gem 'parallel_tests', :require => false
|
gem 'parallel_tests', :require => false
|
||||||
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
|
|
||||||
gem 'yard', :require => false
|
gem 'yard', :require => false
|
||||||
|
|
||||||
# rails 3.2 goodness
|
# rails 3.2 goodness
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue