From a6807201d2003fc0d544813ba67cfe315d829e06 Mon Sep 17 00:00:00 2001 From: maxypy Date: Fri, 14 Apr 2017 11:09:20 +0200 Subject: Implementing Subresource Integrity (#1729) * Add sprockets-rails to Gemfile * Add sprockets-rails to Gemfile.lock * Update show.html.haml * Update index.html.haml * Update admin.html.haml * Update auth.html.haml * Update embedded.html.haml * Update public.html.haml --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9a1792623..a1313f617 100644 --- a/Gemfile +++ b/Gemfile @@ -50,6 +50,7 @@ gem 'sidekiq' gem 'sidekiq-unique-jobs' gem 'simple-navigation' gem 'simple_form' +gem 'sprockets-rails', :require => 'sprockets/railtie' gem 'statsd-instrument' gem 'twitter-text' gem 'tzinfo-data' -- cgit