diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-10-30 16:41:58 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-10-30 16:42:51 -0200 |
commit | e0fb16b92adb0d708e0a5bc258c76a367866eed2 (patch) | |
tree | 5fe36cfdccc6c780069c8ab94014e61e7641ee3c /Gemfile | |
parent | 48fe4f131b6afafbd92e4209217a2edb82237805 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |