aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock4
2 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8614d3141..fab2ec689 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,6 +41,10 @@ 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
+gem 'erubis'
group :test do
gem 'fakeweb'
diff --git a/Gemfile.lock b/Gemfile.lock
index 41bc79651..e882c0b39 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,6 +27,7 @@ GEM
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.9)
+ erubis (2.7.0)
eventmachine (1.0.0)
fakeweb (1.3.0)
fast_gettext (0.6.8)
@@ -84,6 +85,7 @@ GEM
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rake (>= 0.8.3)
+ rails_xss (0.3.1)
rake (0.8.7)
rbx-require-relative (0.0.9)
rdoc (2.4.3)
@@ -149,6 +151,7 @@ DEPENDENCIES
bootstrap-sass
capistrano
compass
+ erubis
fakeweb
fast_gettext (>= 0.6.0)
fastercsv (>= 1.5.5)
@@ -166,6 +169,7 @@ DEPENDENCIES
pg
rack (~> 1.1.0)
rails (= 2.3.14)
+ rails_xss
rake (~> 0.8.7)
rdoc (~> 2.4.3)
recaptcha (~> 0.3.1)