Skip to content

Commit

Permalink
Removed ruby-debug, shouldn't have been added. Relaxed gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjheath committed Dec 15, 2010
1 parent d6d1eb6 commit 2df88dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -3,11 +3,10 @@ source :rubygems
gem "polyglot"

group :development do
gem "activesupport", "~> 3.0.3"
gem "activesupport"
gem "bluecloth"
gem "erector", "~> 0.8"
gem "i18n", "~> 0.5.0"
gem "rspec", "~> 2.3.0"
gem "rspec", ">= 2.0.0"
gem "rr", "~> 0.10.2"
gem "ruby-debug"
end
2 changes: 0 additions & 2 deletions spec/compiler/occurrence_range_spec.rb
@@ -1,6 +1,4 @@
require 'spec_helper'
require 'ruby-debug'
Debugger.start

module OccurrenceRangeSpec
class Foo < Treetop::Runtime::SyntaxNode
Expand Down

0 comments on commit 2df88dc

Please sign in to comment.