aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-11-16 22:05:25 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-11-16 22:06:04 -0200
commit154fee2727ff279937b1f812f8dfed847f8e5555 (patch)
tree1c2d875535b10c273e8826a7b3bc52cbbfbb1f86 /Gemfile
parent74119703989b74d5c84da0dc3ef443649734428b (diff)
downloadrails-154fee2727ff279937b1f812f8dfed847f8e5555.tar.gz
rails-154fee2727ff279937b1f812f8dfed847f8e5555.tar.bz2
rails-154fee2727ff279937b1f812f8dfed847f8e5555.zip
Revert "Debugger gem doesn't work with patchlevel >= 327"
This reverts commit 0ecd4640664c4723323d6fff5760dc4d833d7eb9.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 47a966ef52..3edc07e176 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,8 +38,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile
platforms :mri do
group :test do
gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0'
- gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' && RUBY_PATCHLEVEL < 327
-
+ gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0'
end
end