aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index fab2ec689..8573f1b88 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,9 +41,7 @@ gem 'zip'
gem 'capistrano'
gem 'syslog_protocol'
gem 'newrelic_rpm'
-# We won't need rails_xss once we've upgrade to Rails 3. It's baked in.
-gem 'rails_xss'
-# erubis is required by rails_xss
+# erubis is required by rails_xss. Both erubis and rails_xss can be removed after upgrading to Rails 3.
gem 'erubis'
group :test do