Use fixed version of rails-angular-xss

pull/4862/head
Oliver Günther 8 years ago
parent 714f31662b
commit b4d6fc225b
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      Gemfile
  2. 13
      Gemfile.lock

@ -104,7 +104,7 @@ gem 'rack-protection', git: 'https://github.com/finnlabs/rack-protection.git', r
gem 'rack-attack'
# Patch Rails HTML whitelisting for Angular curly braces
gem 'rails-angular-xss', path: '~/dev/rails-angular-xss' # github: 'opf/rails-angular-xss'
gem 'rails-angular-xss', github: 'opf/rails-angular-xss'
gem "syck", '~> 1.0.5', require: false
gem 'gon', '~> 4.0'

@ -32,6 +32,13 @@ GIT
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
GIT
remote: git://github.com/opf/rails-angular-xss.git
revision: 1dfeffe62b40965922c5b46a4b78695086d2d4f4
specs:
rails-angular-xss (0.2.0.pre.pre)
rails (>= 5.0.0, < 5.1)
GIT
remote: git://github.com/rails/rails-observers.git
revision: 3fe157d6cbb5b5e767ded248009fc59443d63fa1
@ -88,12 +95,6 @@ GIT
activesupport (>= 3.0)
rspec-mocks (>= 2.99, < 4.0)
PATH
remote: ~/dev/rails-angular-xss
specs:
rails-angular-xss (0.1.0)
rails (>= 4.2.0, < 6.0)
GEM
remote: https://rubygems.org/
specs:

Loading…
Cancel
Save