mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
parent
4db5bca2bb
commit
caef9b9f04
2 changed files with 5 additions and 3 deletions
4
Gemfile
4
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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue