Skip to content

Commit

Permalink
Remove ruby-debug from gemfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
spectator committed Mar 1, 2013
1 parent 07d07d8 commit f2157ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails.3.1.x
Expand Up @@ -3,4 +3,3 @@ source 'https://rubygems.org'
gem 'responders', :path => '..'
gem 'railties', '~> 3.1.0'
gem 'mocha'
gem 'ruby-debug', :platform => :mri_18
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails.3.2.x
Expand Up @@ -4,4 +4,3 @@ gem 'responders', :path => '..'
# Fixed 3.2.3 because 3.2.2 is broken.
gem 'railties', '~> 3.2.3'
gem 'mocha'
gem 'ruby-debug', :platform => :mri_18

0 comments on commit f2157ba

Please sign in to comment.