Add "active_model-errors_details" gem

#569
This commit is contained in:
Artur Beljajev 2017-08-05 15:10:42 +03:00
parent 4db5bca2bb
commit caef9b9f04
2 changed files with 5 additions and 3 deletions

View file

@ -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'

View file

@ -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