Skip to content

Commit

Permalink
don't use ruby-debug for Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Feb 15, 2013
1 parent a02ee71 commit 646006e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion spec/rspec1/Gemfile
Expand Up @@ -4,7 +4,8 @@ gem 'sqlite3'
gem 'rails', '~>2'
gem 'rspec', '~>1'
gem 'rspec-rails', '~>1'
gem 'ruby-debug'
gem 'ruby-debug', :platforms => :ruby_18
gem 'debugger', :platforms => :ruby_19
gem 'rspec_candy', :path => '../..'

group :state_machine do
Expand Down
4 changes: 2 additions & 2 deletions spec/rspec2/Gemfile
Expand Up @@ -4,10 +4,10 @@ gem 'sqlite3'
gem 'rails', '~>3'
gem 'rspec', '~>2'
gem 'rspec-rails', '~>2'
gem 'ruby-debug'
gem 'ruby-debug', :platforms => :ruby_18
gem 'debugger', :platforms => :ruby_19
gem 'rspec_candy', :path => '../..'


group :state_machine do
gem 'state_machine'
end

0 comments on commit 646006e

Please sign in to comment.