aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bdf486e9bb..a367397c89 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,7 +33,7 @@ group :test do
end
platforms :mri_19, :mri_20 do
- gem 'debugger' if !ENV['TRAVIS']
+ gem 'debugger'
end
gem 'benchmark-ips'