Skip to content

Commit

Permalink
Add "active_model-errors_details" gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Aug 5, 2017
1 parent 4db5bca commit caef9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -496,6 +499,7 @@ PLATFORMS

DEPENDENCIES
SyslogLogger (= 2.0)
active_model-errors_details
activerecord-import (= 0.7.0)
airbrake
autodoc
Expand Down

0 comments on commit caef9b9

Please sign in to comment.