From daafe73d81cfb94823f0f59a8466add23597790b Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Tue, 2 Oct 2018 15:11:13 +0100 Subject: [PATCH] Delete representative_view dependency, not used --- Gemfile | 1 - Gemfile.lock | 9 --------- 2 files changed, 10 deletions(-) diff --git a/Gemfile b/Gemfile index 2b33c60993..3613fe6104 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,6 @@ gem 'aws-sdk' gem 'db2fog' gem 'andand' gem 'truncate_html' -gem 'representative_view' gem 'rabl' # AMS is pinned to 0.8.4 because 0.9.x is a complete re-write, as is 0.10.x diff --git a/Gemfile.lock b/Gemfile.lock index a63804e6bf..34cfa71fba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -622,14 +622,6 @@ GEM rdoc (3.12.2) json (~> 1.4) redcarpet (3.2.3) - representative (1.0.5) - activesupport (>= 2.2.2) - builder (>= 2.1.2) - i18n (>= 0.4.1) - nokogiri (>= 1.4.2) - representative_view (1.2.2) - actionpack (> 2.3.0, < 4.0.0) - representative (~> 1.0.2) roadie (3.0.1) css_parser (~> 1.3.4) nokogiri (~> 1.6.0) @@ -821,7 +813,6 @@ DEPENDENCIES rails (~> 3.2.22) rails-i18n (~> 3.0.0) redcarpet - representative_view roadie-rails (~> 1.0.3) roo (~> 2.7.0) roo-xls (~> 1.1.0)