Skip to content

Commit

Permalink
we should be using ruby 1.9 on all new projects so changing default r…
Browse files Browse the repository at this point in the history
…uby-debug to be used on MRI 1.9
  • Loading branch information
Dan Croak committed Oct 16, 2011
1 parent 6c2d39f commit 56fd39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/trout/Gemfile
Expand Up @@ -29,7 +29,7 @@ gem "rake", "0.9.2"
# and rake tasks without having to type RAILS_ENV=test.
group :development, :test do
gem "rspec-rails", "~> 2.6.1"
gem "ruby-debug", :platforms => :mri_18
gem "ruby-debug19", :platforms => :mri_19
end

group :test do
Expand Down

0 comments on commit 56fd39e

Please sign in to comment.