Skip to content

Commit

Permalink
Comment out ruby-debug deps, as they cause the build to hang
Browse files Browse the repository at this point in the history
Uncomment them if you require the debugger
  • Loading branch information
radar committed Nov 18, 2011
1 parent ddd32c9 commit 2f06009
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Expand Up @@ -32,12 +32,12 @@ group :ci do
gem 'mysql2', '~> 0.3.6'
end

platform :ruby_18 do
gem "ruby-debug"
end
# platform :ruby_18 do
# gem "ruby-debug"
# end

platform :ruby_19 do
gem "ruby-debug19"
end
# platform :ruby_19 do
# gem "ruby-debug19"
# end

gemspec

0 comments on commit 2f06009

Please sign in to comment.