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
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 1 addition, 0 deletionsGemfile.lock
- app/views/about/show.html.haml 1 addition, 1 deletionapp/views/about/show.html.haml
- app/views/home/index.html.haml 1 addition, 1 deletionapp/views/home/index.html.haml
- app/views/layouts/admin.html.haml 1 addition, 1 deletionapp/views/layouts/admin.html.haml
- app/views/layouts/auth.html.haml 1 addition, 1 deletionapp/views/layouts/auth.html.haml
- app/views/layouts/embedded.html.haml 1 addition, 1 deletionapp/views/layouts/embedded.html.haml
- app/views/layouts/public.html.haml 1 addition, 1 deletionapp/views/layouts/public.html.haml
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment