Skip to content

Commit

Permalink
Updating gemfile to remove ruby debug for 1.9.1... it's broke
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Oct 26, 2010
1 parent ee57e7c commit 8d0fb48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -19,8 +19,6 @@ group :test do
# Skip it
when RUBY_VERSION < '1.9'
gem "ruby-debug"
when RUBY_VERSION > '1.9' && RUBY_VERSION < '1.9.2'
gem "ruby-debug19"
else
# Skip it
end
Expand Down

0 comments on commit 8d0fb48

Please sign in to comment.