From caef9b9f04d791087618a36697a93845dd846108 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Sat, 5 Aug 2017 15:10:42 +0300 Subject: [PATCH] Add "active_model-errors_details" gem #569 --- Gemfile | 4 +--- Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 267f7b43cc..e6df3b46d4 100644 --- a/Gemfile +++ b/Gemfile @@ -109,9 +109,7 @@ gem 'pdfkit', '0.6.2' # for datepicker gem 'jquery-ui-rails', '5.0.5' - -# codeclimate - +gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322 group :development do gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index f1e98d9291..7bc65a01e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,9 @@ GEM erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) + active_model-errors_details (1.3.1) + activemodel (>= 3.2.13, < 5.0.0) + activesupport activejob (4.2.7.1) activesupport (= 4.2.7.1) globalid (>= 0.3.0) @@ -496,6 +499,7 @@ PLATFORMS DEPENDENCIES SyslogLogger (= 2.0) + active_model-errors_details activerecord-import (= 0.7.0) airbrake autodoc