Skip to content

Commit

Permalink
add ruby debug to sandbox gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh authored and schof committed Feb 21, 2011
1 parent 3100cb3 commit 54e568c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Expand Up @@ -52,6 +52,12 @@ task :sandbox do
append_file "Gemfile" do
<<-gems
gem 'spree', :path => '../' \n
if RUBY_VERSION < "1.9"
gem "ruby-debug"
else
gem "ruby-debug19"
end
gems
end
end
Expand Down

0 comments on commit 54e568c

Please sign in to comment.