aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock10
2 files changed, 9 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index fab2ec689..b58832b03 100644
--- a/Gemfile
+++ b/Gemfile
@@ -42,7 +42,7 @@ 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'
+gem 'rails_xss', :git => "git://github.com/henare/rails_xss.git", :branch => 'alaveteli'
# erubis is required by rails_xss
gem 'erubis'
diff --git a/Gemfile.lock b/Gemfile.lock
index e882c0b39..6c5ff211e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,10 @@
+GIT
+ remote: git://github.com/henare/rails_xss.git
+ revision: 6c9b5dccc6050b993b174eba8d15e4bcf1a9120f
+ branch: alaveteli
+ specs:
+ rails_xss (0.3.1)
+
GEM
remote: http://rubygems.org/
specs:
@@ -85,7 +92,6 @@ 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)
@@ -169,7 +175,7 @@ DEPENDENCIES
pg
rack (~> 1.1.0)
rails (= 2.3.14)
- rails_xss
+ rails_xss!
rake (~> 0.8.7)
rdoc (~> 2.4.3)
recaptcha (~> 0.3.1)