aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-10-30 16:41:58 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-10-30 16:42:51 -0200
commite0fb16b92adb0d708e0a5bc258c76a367866eed2 (patch)
tree5fe36cfdccc6c780069c8ab94014e61e7641ee3c /Gemfile
parent48fe4f131b6afafbd92e4209217a2edb82237805 (diff)
downloadrails-e0fb16b92adb0d708e0a5bc258c76a367866eed2.tar.gz
rails-e0fb16b92adb0d708e0a5bc258c76a367866eed2.tar.bz2
rails-e0fb16b92adb0d708e0a5bc258c76a367866eed2.zip
Revert "The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now."
This reverts commit 7b290ad13c294005db062e746f8b79c8a192e4fa. debugger gem is now working ok with p286
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 90ea9dff7a..b9b3a4cb23 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,7 +42,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 < 286
+ gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0'
end
end