mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +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
|
# for datepicker
|
||||||
gem 'jquery-ui-rails', '5.0.5'
|
gem 'jquery-ui-rails', '5.0.5'
|
||||||
|
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
|
||||||
# codeclimate
|
|
||||||
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
|
|
|
@ -79,6 +79,9 @@ GEM
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
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)
|
activejob (4.2.7.1)
|
||||||
activesupport (= 4.2.7.1)
|
activesupport (= 4.2.7.1)
|
||||||
globalid (>= 0.3.0)
|
globalid (>= 0.3.0)
|
||||||
|
@ -496,6 +499,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
SyslogLogger (= 2.0)
|
SyslogLogger (= 2.0)
|
||||||
|
active_model-errors_details
|
||||||
activerecord-import (= 0.7.0)
|
activerecord-import (= 0.7.0)
|
||||||
airbrake
|
airbrake
|
||||||
autodoc
|
autodoc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue