diff --git a/Gemfile b/Gemfile index 9473e1b32b..78c9109b10 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 9beb761a25..87be4a4f6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -623,14 +623,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) @@ -827,7 +819,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)