diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -93,7 +93,7 @@ gem 'RedCloth', '~> 4.3.0' gem 'simple_form', '~> 3.1.0' gem 'font-awesome-sass', '~> 4.7' gem 'will_paginate-bootstrap' -gem 'breadcrumbs_on_rails' +gem 'gretel' # Format Output gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index da7c4f3c1..ff1e539c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,6 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - breadcrumbs_on_rails (3.0.1) builder (3.2.3) bundler-audit (0.5.0) bundler (~> 1.2) @@ -245,6 +244,8 @@ GEM globalid (0.3.7) activesupport (>= 4.1.0) google-analytics-rails (1.1.0) + gretel (3.0.9) + rails (>= 3.1.0) has_scope (0.7.0) actionpack (>= 4.1, < 5.1) activesupport (>= 4.1, < 5.1) @@ -567,7 +568,6 @@ DEPENDENCIES awesome_print better_errors binding_of_caller - breadcrumbs_on_rails bundler-audit calendar_helper (= 0.2.5) capistrano (= 2.13.5) @@ -603,6 +603,7 @@ DEPENDENCIES georuby (= 2.3.0) georuby-ext (= 0.0.5) google-analytics-rails + gretel has_array_of! hstore_accessor (~> 1.1) htmlbeautifier |
