mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add ISO 8601 validations
This commit is contained in:
parent
b5bf21b127
commit
2ac59e68ff
10 changed files with 104 additions and 4 deletions
3
Gemfile
3
Gemfile
|
@ -78,6 +78,9 @@ gem 'daemons'
|
|||
# cron
|
||||
gem 'whenever', '~> 0.9.4', require: false
|
||||
|
||||
# for dates and times
|
||||
gem 'iso8601', '~> 0.8.2'
|
||||
|
||||
group :development, :test do
|
||||
# for inserting dummy data
|
||||
gem 'activerecord-import', '~> 0.6.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue